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
If any item between the indefinite-length string indicator
(0b010_11111 or 0b011_11111) and the "break" stop code is not a
definite-length string item of the same major type, the string is not
well-formed.
My decoder had an issue with this too.
The text was updated successfully, but these errors were encountered:
The CBOR
5f 5f 41 00 ff ff
decodes to
(_ h'00')
It should error out per this text:
My decoder had an issue with this too.
The text was updated successfully, but these errors were encountered: