Tar/GZip plugin problem

Discussion of bugs and problems found in Altap Salamander. In your reports, please be as descriptive as possible, and report one incident per report. Do not post crash reports here, send us the generated bug report by email instead, please.
dsznajder
Posts: 17
Joined: 21 Jan 2006, 15:37
Location: Kielce, Poland

Tar/GZip plugin problem

Post by dsznajder »

Some tar.gz files are reported as invalid by TAR Plugin (TAR 3.21 BETA 10).
Samples:
http://www2.mindrot.org/files/flashboot ... ha1.tar.gz
with message "Invalid block in GZip stream encountered"
and
http://www2.mindrot.org/files/flashboot ... ist.tar.gz
with
"Unexpected data in compressed stream".

tar and gzip from cygwin extract this without complains.
Probably these one have some kind of extended headers, becouse file utility says:
flashboot-0.9alpha1-bindist.tar.gz: gzip compressed data, extra field, from Unix
flashboot-0.9alpha1.tar.gz: gzip compressed data, extra field, from Unix

For other files it says rather:
cvs.tgz: gzip compressed data, from Unix
Jan Patera
Plugin Developer
Plugin Developer
Posts: 707
Joined: 08 Dec 2005, 14:33
Location: Prague, Czech Republic
Contact:

Re: Tar/GZip plugin problem

Post by Jan Patera »

dsznajder wrote:Some tar.gz files are reported as invalid by TAR Plugin (TAR 3.21 BETA 10).
with message "Invalid block in GZip stream encountered"
and "Unexpected data in compressed stream".

flashboot-0.9alpha1-bindist.tar.gz: gzip compressed data, extra field, from Unix
flashboot-0.9alpha1.tar.gz: gzip compressed data, extra field, from Unix
Indeed, there was a problem in skipping the extra field.
Just fixed for Salamander 2.5 Beta 11 (to be released in about a week). Thank you for reporting this problem!
Post Reply