snappy-java
snappy-java copied to clipboard
SnappyOutputStream write(arr, offset, length) should check length is less than the array size or 31-bit integer limit
There should be an assertion so that length should not exceed the int size limit.