Date: Thu, 18 Oct 2007 05:16:50 +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: <200710180516.l9I5Go41006467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2007-10-18 05:16:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_read_support_format_zip.c Log: MFC 1.15: When reading ZIP archives, non-regular files should return EOF immediately on any attempts to read their data. (Previously, it would return a zero-length block, then EOF, which elicited bogus warnings from bsdtar.) Also, correct the EOF return to correctly identify EOF as part of an empty block at the correct offset. Approved by: re (Ken Smith) Revision Changes Path 1.14.2.1 +7 -0 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?200710180516.l9I5Go41006467>