Date: Sat, 6 Dec 2008 07:08:08 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive/test Makefile test_compat_bzip2.c test_compat_bzip2_1.tbz.uu test_compat_bzip2_2.tbz.uu test_compat_gzip.c test_compat_gzip_1.tgz.uu test_compat_gzip_2.tgz.uu test_fuzz.c test_fuzz_1.iso.uu Message-ID: <200812060708.mB678DdJ023162@repoman.freebsd.org>
index | next in thread | raw e-mail
kientzle 2008-12-06 07:08:08 UTC
FreeBSD src repository
Modified files:
lib/libarchive/test Makefile
Added files:
lib/libarchive/test test_compat_bzip2.c
test_compat_bzip2_1.tbz.uu
test_compat_bzip2_2.tbz.uu
test_compat_gzip.c
test_compat_gzip_1.tgz.uu
test_compat_gzip_2.tgz.uu test_fuzz.c
test_fuzz_1.iso.uu
Log:
SVN rev 185683 on 2008-12-06 07:08:08Z by kientzle
New tests:
* support for bzip2 file with multiple concatenated bzip2 streams
* support for bzip2 file with junk after bzip2 stream
* support for gzip file with junk after gzip stream
* "fuzz" tester randomly modifies a bunch of input files in order to try
to crash libarchive (this found an amusing hang in the ISO9660 code
when trying to read images that advertised a zero blocksize).
This test is implemented, but commented out for now:
* support for gzip file with multiple concatenated gzip streams
Revision Changes Path
1.29 +3 -0 src/lib/libarchive/test/Makefile
1.1 +89 -0 src/lib/libarchive/test/test_compat_bzip2.c (new)
1.1 +24 -0 src/lib/libarchive/test/test_compat_bzip2_1.tbz.uu (new)
1.1 +11 -0 src/lib/libarchive/test/test_compat_bzip2_2.tbz.uu (new)
1.1 +94 -0 src/lib/libarchive/test/test_compat_gzip.c (new)
1.1 +24 -0 src/lib/libarchive/test/test_compat_gzip_1.tgz.uu (new)
1.1 +11 -0 src/lib/libarchive/test/test_compat_gzip_2.tgz.uu (new)
1.1 +118 -0 src/lib/libarchive/test/test_fuzz.c (new)
1.1 +26993 -0 src/lib/libarchive/test/test_fuzz_1.iso.uu (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812060708.mB678DdJ023162>
