]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add RAR SFX archive to test_fuzz.
authorAndres Mejia <amejia004@gmail.com>
Fri, 9 Sep 2011 14:45:49 +0000 (10:45 -0400)
committerAndres Mejia <amejia004@gmail.com>
Fri, 9 Sep 2011 14:45:49 +0000 (10:45 -0400)
SVN-Revision: 3696

libarchive/test/test_fuzz.c

index 955e52995ed6ee03b0e74ed2604e1f43132f3058..35af4e2b2ff0c1d46bc6c1708b0b4a64c4d5457f 100644 (file)
@@ -77,6 +77,7 @@ static struct {
                                                               * RAR file with both
                                                               * PPMd and LZSS
                                                               * blocks */
+       {0, "test_read_format_rar_sfx.exe"}, /* RAR SFX archive */
        {0, "test_read_format_rar_subblock.rar"}, /* RAR with subblocks */
        {0, "test_read_format_rar_unicode.rar"}, /* RAR with Unicode filenames */
        {0, "test_read_format_gtar_sparse_1_17_posix10_modified.tar"},