xerial / snappy-java

Snappy compressor/decompressor for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

xerial opened this issue · comments

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