Date: Sat, 21 Jun 2008 19:05:29 +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_write_disk.c Message-ID: <200806211905.m5LJ5cf0087506@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-06-21 19:05:29 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c Log: SVN rev 179914 on 2008-06-21 19:05:29Z by kientzle A security-check failure here should be ARCHIVE_FAILED (cannot continue this operation) and not ARCHIVE_WARN, since we don't actually open the file. Both bsdtar and bsdcpio will try to copy file contents after an ARCHIVE_WARN, which will fail loudly. Revision Changes Path 1.26 +3 -3 src/lib/libarchive/archive_write_disk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806211905.m5LJ5cf0087506>