encoding/asn1: cannot unmarshal SET if its fields have different ordering #19873
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
{5 foo}
What did you see instead?
panic: asn1: structure error: tags don't match (2 vs {class:0 tag:19 length:3 isCompound:false}) {optional:false explicit:false application:false defaultValue: tag: stringType:0 timeType:0 set:false omitEmpty:false} int @2
goroutine 1 [running]:
main.main()
/Users/hiro/set.go:42 +0x24a
exit status 2
Does this issue reproduce with the latest release (go1.8)?
yes
System details
The text was updated successfully, but these errors were encountered: