You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
I have tried to decompress the attached file (inside a .zip) with node-lz4, both with useJS and without it. With useJS it works fine; without it it does not. I suspect it is an issue with the C decoder, since I think it is valid. The offending sequence is in hex:
token: f1
literal length: 12
literal: 204f63742020332031323a33373a3437206b65726e656c3a205b20202020302e30
offset: 0100
It contains a literal of length 33 and then an offset of 01, which should be valid since it indicates to copy from the previous literal.
I have tried to decompress the attached file (inside a
.zip
) withnode-lz4
, both withuseJS
and without it. WithuseJS
it works fine; without it it does not. I suspect it is an issue with the C decoder, since I think it is valid. The offending sequence is in hex:It contains a literal of length 33 and then an offset of 01, which should be valid since it indicates to copy from the previous literal.
Thanks!
offsets.lz4.zip
The text was updated successfully, but these errors were encountered: