You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WriteTo first writes the least significant word, so even if the individual words are in big-endian format entire bitset is not properly encoded as a big-endian byte array.
bitset/bitset.go
Lines 933 to 939 in 7e78d86
WriteTo first writes the least significant word, so even if the individual words are in big-endian format entire bitset is not properly encoded as a big-endian byte array.
testcase:
fails with:
expected big-endian encoding breakdown;
current incorrect "big-endian" encoding generated by
bitset.MarshalBinary
The text was updated successfully, but these errors were encountered: