Date: Wed, 14 Feb 2007 08:16:08 +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: <200702140816.l1E8G8Wu074896@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2007-02-14 08:16:08 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Correctly handle writes beyond the end of the archive entry (as determined by the initial size given to the header). Libarchive recently changed to correctly return the amount of data actually consumed in this case, which revealed this bug in bsdtar. Revision Changes Path 1.53 +9 -1 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702140816.l1E8G8Wu074896>