gendx/lzma-rs

Behavior mismatches between liblzma and lzma-rs

Open

#35 opened on Apr 16, 2020

 (1 comment) (0 reactions) (0 assignees)Rust (37 forks)auto 404
bughelp wanted

Repository metrics

Stars
 (151 stars)
PR merge metrics
 (PR metrics pending)

Description

The attached files behave differently when decompressed with lzma-rs and with xz2 crate backed by lzma-sys: lzmars_xz2_mismatches.tar.gz

These files are generated by a fuzzer and do not have valid checksums in them. Checksum verification needs to be disabled in both implementations to reproduce the issue.

Found via #34

Contributor guide