mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
d6122b4a18
For EXT 8/16/32, the "size" field was being incremented by 1 to account for the type field, but according to the specification the size should only consider the length of the data field.