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
Describe the bug
According to the specification, an extension can have up to UINT32_MAX bytes of data. However, attempting to unpack such an extension using msgpack-c 6.0.0 fails with MSGPACK_UNPACK_PARSE_ERROR.
When I implemented some C++ feature related to EXT32, I did #175 design choice. So C++ version should work well on 64bit environment, but doesn't work 32bit environment. It is intentional design choice. But the document should be added.
For C
It seems that the EXT familiy support is introduced by the following commits:
Describe the bug
According to the specification, an extension can have up to
UINT32_MAX
bytes of data. However, attempting to unpack such an extension using msgpack-c 6.0.0 fails withMSGPACK_UNPACK_PARSE_ERROR
.To Reproduce
Expected behavior
The test should pass.
The text was updated successfully, but these errors were encountered: