lz4-java icon indicating copy to clipboard operation
lz4-java copied to clipboard

Malformed input at 10

Open TrifingZW opened this issue 3 years ago • 1 comments

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

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

TrifingZW avatar Feb 04 '22 17:02 TrifingZW

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)

subbu05 avatar May 02 '23 22:05 subbu05