Date: Thu, 18 Oct 2007 05:19:44 +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: <200710180519.l9I5JiFU006571@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2007-10-18 05:19:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive archive_read_support_format_zip.c Log: MFC 1.15: Return EOF immediately for non-regular files, don't return an empty block first. In particular, this fixes a bogus warning from bsdtar when restoring directories from ZIP archives. Also, correct the return values at EOF to include the correct offset. Revision Changes Path 1.5.2.5 +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?200710180519.l9I5JiFU006571>