airlift / aircompressor

A port of Snappy, LZO, LZ4, and Zstandard to Java
Apache License 2.0
566 stars 112 forks source link

Fix potential read out of bounds for corrupted input #94

Closed martint closed 5 years ago

martint commented 5 years ago

A corrupted sequence could result in a match address before the beginning of the output buffer.