Date: Tue, 1 Nov 2005 06:41:05 +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/usr.bin/tar write.c Message-ID: <200511010641.jA16f5gQ026645@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2005-11-01 06:41:05 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: In mode 'u', check for an error return from archive_read_open. This causes attempts to update a non-existent file to report an actual error instead of triggering an assertion failure. PR: bin/87911 Thanks to: roemer.ulrich MFC after: 3 days Note: This does not entirely fix bin/87911. I need to decide on the "correct" response when someone tries to update a non-existent archive file. Revision Changes Path 1.43 +6 -2 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511010641.jA16f5gQ026645>