laurencelundblade / QCBOR

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

Fix test failures related to extraneously map/array/bstr closes #140

Closed laurencelundblade closed 2 years ago

laurencelundblade commented 2 years ago

Undefined behavior occurred if QCBOREncode_CloseArray(), QCBOREncode_CloseMap(), or QCBOREncode_CloseBstrWrap() were called more than their corresponding open was called.

This manifested as a test case failing on some platforms (but not others).

This needs a little more testing and review before an official merge is made.

This should fix #139