mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-29 05:37:14 +01:00
The parameter 'offset' of unpack() function family, not unpacker family, updates only when the function successfully finished. The parameter 'offset' used to update even if a caller passes insufficient bytes to the unpack() function family.