-
Notifications
You must be signed in to change notification settings - Fork 18k
encoding/asn1: bool values not unmarshaled into interface type #68241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Comments
Perhaps the
|
cc @golang/security per https://dev.golang.org/owners |
Change https://go.dev/cl/595796 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Go version
go version go1.22.3 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Attempted to unmarshal boolean asn1 value into any type.
https://go.dev/play/p/QEFu_kJD6b4
What did you see happen?
Unmarshal consumed the boolean TLV but did not populate the any type variable.
What did you expect to see?
Unmarshal populate the any type variable.
The text was updated successfully, but these errors were encountered: