lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.09k stars 248 forks source link

Malformed input at 10 #188

Closed TrifingZW closed 2 days ago

TrifingZW commented 2 years ago

LZ4Factory.safeInstance().safeDecompressor().decompress(Arrays.copyOf(bArr, bArr.length), bArr.length * 40);

net.jpountz.lz4.LZ4Exception: Malformed input at 10

subbu05 commented 1 year ago

we are also facing this issue in production Exception in thread "main" net.jpountz.lz4.LZ4Exception: Malformed input at 8 at net.jpountz.lz4.LZ4JavaUnsafeFastDecompressor.decompress(LZ4JavaUnsafeFastDecompressor.java:77)