Lonami / lzxd

https://crates.io/crates/lzxd
Apache License 2.0
14 stars 3 forks source link

fix: Removed check length of input #23

Closed ikrivosheev closed 10 months ago

ikrivosheev commented 10 months ago

I try to fix: https://github.com/Lonami/lzxd/issues/21

Links to implementations which works:

  1. https://github.com/GNOME/gcab/blob/master/libgcab/decomp.c
  2. https://github.com/kyz/libmspack/blob/master/libmspack/mspack/lzxd.c
ikrivosheev commented 10 months ago

Well, I got error: DecompressError(InvalidPathLengths)