laurencelundblade / QCBOR

Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.
Other
183 stars 47 forks source link

Fix extreme bignum array size in qcbor_decode_tests.c #183

Closed gtravisb closed 9 months ago

gtravisb commented 1 year ago

The extreme pos/neg bignum arrays are off by one compared to the size listed. There should be 404 bytes, but only 403 are defined.

laurencelundblade commented 9 months ago

Sorry this took so long to merge. Thanks for the fix!