Open shamilsan opened 3 months ago
Hello @shamilsan!
Thank you for your report. As I checked, test cases that are expected to fail with liblzma (original xz-utils) do not fail with lzma-rs. In other words, there is a problem with original xz-utils, or lzma-rs provides functionality that is incompatible with original xz-utils. liblzma is a crate that provides rust-binding for original xz-utils, so there are no plans to directly fix this issue.
Hi,
I am faced with an error
"Error: premature eof"
when trying to decompress a piece of data. I've reproduced this behavior in a test where I try to decompress data using two libraries (liblzma
vslzma-rs
). As you can seeliblzma
produces an error but output has valid decompressed data.Here it is: