From: Tim Kientzle Date: Sun, 29 Nov 2009 23:11:06 +0000 (-0500) Subject: Fuzz test the rpm unwrapper. X-Git-Tag: v2.8.0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a37fda2d7669d1cfbf68202e74206c32db52e3;p=thirdparty%2Flibarchive.git Fuzz test the rpm unwrapper. SVN-Revision: 1687 --- diff --git a/libarchive/test/test_fuzz.c b/libarchive/test/test_fuzz.c index b102350bf..139b2a6e7 100644 --- a/libarchive/test/test_fuzz.c +++ b/libarchive/test/test_fuzz.c @@ -62,6 +62,7 @@ static struct { {0, "test_compat_zip_1.zip"}, {0, "test_read_format_ar.ar"}, {0, "test_read_format_cpio_bin_be.cpio"}, + {0, "test_read_format_cpio_svr4_gzip_rpm.rpm"}, /* Test RPM unwrapper */ {0, "test_read_format_gtar_sparse_1_17_posix10_modified.tar"}, {0, "test_read_format_mtree.mtree"}, {0, "test_read_format_tar_empty_filename.tar"},