pixz icon indicating copy to clipboard operation
pixz copied to clipboard

-f option results in invalid index

Open redneb opened this issue 11 years ago • 2 comments

When I create a tpxz archive as follows

$ pixz -9 -f 3 linux-3.7.4.tar linux-3.7.4.tpxz

then the resulting archive has a corrupt index:

$ pixz -x linux-3.7.4/README < linux-3.7.4.tpxz > /dev/null 
Index and archive differ as to next file: linux-3.7.4/README vs linux-3.7.4/

This seems to happen for all values of -f greater than 2. I've only tested this with the -9 compression level.

redneb avatar Jan 26 '13 05:01 redneb