]> Cypherpunks repositories - gostls13.git/commit
encoding/asn1: unmarshal bool values correctly dealing with the ANY type
authorJes Cok <xigua67damn@gmail.com>
Sat, 29 Jun 2024 18:46:12 +0000 (02:46 +0800)
committerGopher Robot <gobot@golang.org>
Mon, 23 Sep 2024 18:05:24 +0000 (18:05 +0000)
commitc9ad32bd9f670a64292de17d09f9ec8294a60f39
treeda2387b99c7dc13ac5e752724184ea9ba3e6c8cd
parent7d114b5b71a03aa90fc560878acf19cc7251d216
encoding/asn1: unmarshal bool values correctly dealing with the ANY type

Fixes #68241

Change-Id: I1ee81aa50c2f39f535ad27309e855f19acb2f2ea
Reviewed-on: https://go-review.googlesource.com/c/go/+/595796
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/encoding/asn1/asn1.go
src/encoding/asn1/marshal_test.go