msgpack / msgpack-java

MessagePack serializer implementation for Java / msgpack.org[Java]
http://msgpack.org/
Apache License 2.0
1.41k stars 321 forks source link

asShort testing for byte range instead of short range #747

Open surielb opened 1 year ago

surielb commented 1 year ago

https://github.com/msgpack/msgpack-java/blob/60f5aa62ea3e22b1c7964b0221c26e601d956537/msgpack-core/src/main/java/org/msgpack/value/Variable.java#L560

The asShort method validates against the byte range, and not against the short range