lz4-java
lz4-java copied to clipboard
Malformed input at 10
LZ4Factory.safeInstance().safeDecompressor().decompress(Arrays.copyOf(bArr, bArr.length), bArr.length * 40);
net.jpountz.lz4.LZ4Exception: Malformed input at 10
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)