]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add test_compat_lzop_1.tar.lzo entry into the test_fuzz list for
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 21 Oct 2012 02:26:07 +0000 (11:26 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 21 Oct 2012 02:26:07 +0000 (11:26 +0900)
the lzop read filter.

libarchive/test/test_fuzz.c

index 20f8758f53096fbef3f0c45aa03c901e47077897..c437f20a3d51a2306c04b0ae21dc33575e24049a 100644 (file)
@@ -204,6 +204,11 @@ static const char *fileset29[] =
        "test_read_format_rar_multivolume.part0004.rar",
        NULL
 };
+static const char *fileset30[] =
+{
+       "test_compat_lzop_1.tar.lzo",
+       NULL
+};
 
 static const struct files filesets[] = {
        {0, fileset1},
@@ -235,6 +240,7 @@ static const struct files filesets[] = {
        {0, fileset27},
        {0, fileset28},
        {0, fileset29},
+       {0, fileset30},
        {1, NULL}
 };