log2timeline / dfvfs

Digital Forensics Virtual File System (dfVFS)
Apache License 2.0
203 stars 45 forks source link

add error tolerrance for corrupted gzip files #37

Open joachimmetz opened 9 years ago

joachimmetz commented 9 years ago

Unable to decompress zlib compressed stream with error: Error -3 while decompressing: invalid distance too far back.

zcat test.gz 
<HTML>
...

gzip: test.gz: invalid compressed data--crc error
gzip: test.gz: invalid compressed data--length error
joachimmetz commented 9 years ago

Seems to happen quite often in MSIE temporary Internet files. Sometimes there is partial data.

joachimmetz commented 5 years ago

Another gzip error tolerance related issue https://github.com/log2timeline/plaso/issues/2231