Date: Tue, 7 Dec 2010 16:48:01 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive_read_extract.c src/lib/libarchive/test Makefile test_acl_freebsd.c Message-ID: <201012071648.oB7GmODE012714@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2010-12-07 16:48:01 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c lib/libarchive/test Makefile test_acl_freebsd.c Log: SVN rev 216258 on 2010-12-07 16:48:01Z by kientzle Don't write data into an empty "file." In particular, this check avoids a warning when extracting directory entries from certain GNU tar archives that store directory contents. MFC after: 3 days Revision Changes Path 1.63 +2 -1 src/lib/libarchive/archive_read_extract.c 1.42 +5 -12 src/lib/libarchive/test/Makefile 1.4 +5 -0 src/lib/libarchive/test/test_acl_freebsd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012071648.oB7GmODE012714>