[Bug 191740] New: unzip decompresses files with nulls

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 8 15:11:04 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191740

            Bug ID: 191740
           Summary: unzip decompresses files with nulls
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: garbytrash at gmail.com

'unzip -t archive.zip' shows no errors, whereas 'unzip archive.zip' fails to
decompress the archive, but corrupts the file by nullyfying the file to 0
bytes.

% unzip Camera.zip
Archive:  Camera.zip
unzip: skipping non-regular entry '20140705_150730.jpg'
unzip: skipping non-regular entry '20140705_150727.jpg'
unzip: skipping non-regular entry '20140705_150718.jpg'
unzip: skipping non-regular entry '20140705_150701.jpg'
unzip: skipping non-regular entry '20140705_150655.jpg'

'tar -zxvf archieve.zip' decompresses, but produces all files filled with 0s
(0x00 0x00).

Built unzip from ports tree, yet no go.

% uname -a
FreeBSD hdi.dev 10.0-RELEASE-p14 FreeBSD 10.0-RELEASE-p14 #0: Wed Jun 25
14:31:31 UTC 2014     root at amd64-builder.pcbsd.org:/usr/obj/usr/src/sys/GENERIC
 amd64


A serious bug I guess.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list