From: Tim Kientzle Date: Sun, 1 Nov 2009 21:49:53 +0000 (-0500) Subject: Extend the fuzz tester: X-Git-Tag: v2.8.0~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e58237ad020c29923fb71e4da8ea53901e3d5340;p=thirdparty%2Flibarchive.git Extend the fuzz tester: * Test gzip reader * Test xz reader * Test cpio_bin format SVN-Revision: 1571 --- diff --git a/libarchive/test/test_fuzz.c b/libarchive/test/test_fuzz.c index fdd6d2b98..07d8e4c78 100644 --- a/libarchive/test/test_fuzz.c +++ b/libarchive/test/test_fuzz.c @@ -55,9 +55,13 @@ static struct { {0, "test_compat_bzip2_1.tbz"}, /* Fuzz the compressed file. */ {1, "test_compat_bzip2_1.tbz"}, /* Fuzz the uncompressed file. */ {0, "test_compat_gtar_1.tar"}, + {0, "test_compat_gzip_1.tgz"}, + {0, "test_compat_gzip_2.tgz"}, {0, "test_compat_tar_hardlink_1.tar"}, + {0, "test_compat_xz_1.txz"}, {0, "test_compat_zip_1.zip"}, {0, "test_read_format_ar.ar"}, + {0, "test_read_format_cpio_bin_be.cpio"}, {0, "test_read_format_gtar_sparse_1_17_posix10_modified.tar"}, {0, "test_read_format_tar_empty_filename.tar"}, {0, "test_read_format_zip.zip"},