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.
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