xerial/snappy-java

SnappyOutputStream write(arr, offset, length) should check length is less than the array size or 31-bit integer limit

xerial opened this issue · 0 comments

xerial commented

There should be an assertion so that length should not exceed the int size limit.