Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jul 2014 15:11:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191740] New: unzip decompresses files with nulls
Message-ID:  <bug-191740-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: garbytrash@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191740-13>