msgpack / msgpack-cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
http://msgpack.org
Apache License 2.0
834 stars 175 forks source link

Fix ByteArrayPacker throws IndexOutOfBoundException #252 #256

Closed yfakariya closed 7 years ago

yfakariya commented 7 years ago

Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252

This PR fixes a bug that requiring buffer size calculation in PackXxx of ByteArrayPacker forgets its header size (1byte for scalars).