Date: Tue, 4 Dec 2007 06:32:13 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_read_support_format_zip.c Message-ID: <200712040632.lB46WDVC070368@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2007-12-04 06:32:12 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_zip.c Log: If a Zip entry has the "length at end" flag set, then just ignore a length field of zero; it does not mean the body is empty. Thanks to: Lapo Luchini for sending me a JAR archive that demonstrated this bug MFC after: 3 days Revision Changes Path 1.16 +2 -1 src/lib/libarchive/archive_read_support_format_zip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712040632.lB46WDVC070368>