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 i skip the signature tag before calling cbor_value_validate_basic and introduce a bad map definition (2 declared and 3 items) D9D9F7A300**A2**00196BCF010002C11A3843138001A100F502A100A300F401F93C0002F94D00
The function returns no error.
using https://cbor.nemo157.com/, the stream problem is identified. Error: TODO cbor-diag::Error: Remaining bytes (02a100a300f401f93c0002f94d00)
I have not identified in the lib where can be the problem except after returning, the remaining field is not 0.
The text was updated successfully, but these errors were encountered:
hi,
i try to validate my CBOR stream using cbor_value_validate_basic.
i always get error with the first signature tag (even if the stream is ok)
D9D9F7A300A300196BCF010002C11A3843138001A100F502A100A300F401F93C0002F94D00
the decoded form is:
if i skip the signature tag before calling cbor_value_validate_basic and introduce a bad map definition (2 declared and 3 items)
D9D9F7A300**A2**00196BCF010002C11A3843138001A100F502A100A300F401F93C0002F94D00
The function returns no error.
using https://cbor.nemo157.com/, the stream problem is identified.
Error: TODO cbor-diag::Error: Remaining bytes (02a100a300f401f93c0002f94d00)
I have not identified in the lib where can be the problem except after returning, the remaining field is not 0.
The text was updated successfully, but these errors were encountered: