pigz is DANGEROUS: $ ls -l test* -rw-r--r-- 1 psl psl 731007 2010-03-13 21:44 test.zip
$ pigz -dv test.zip test.zip to test $ ls -l test* -rw-r--r-- 1 psl psl 1007 2010-03-13 21:44 test Notice the size of "decompressed" file. Original ZIP file test.zip was removed, extracted file test is very different from files stored originally in the archive. In the case that pigz cannot handle ZIP archives with multiple files, it should not touch them; it should complain to the user (or STDERR) that this archive is not supported (yet) and exit. Current implementation of pigz is DANGEROUS... -- zip archive is decompresed in wrong way https://bugs.launchpad.net/bugs/538547 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs