From: Benjamin Gilbert Date: Thu, 16 Apr 2026 15:36:03 +0000 (-0500) Subject: Add malformed CAB test to Autotools X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08e39deca247512e7e9cb80437e5a23a6cb17846;p=thirdparty%2Flibarchive.git Add malformed CAB test to Autotools It wasn't being included in the dist tarball. Fixes: 32b62cf785e6 ("Fix NULL pointer dereference in CAB parser during skip") --- diff --git a/Makefile.am b/Makefile.am index c34e8da92..a0015b06c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -476,6 +476,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_read_format_cab.c \ libarchive/test/test_read_format_cab_filename.c \ libarchive/test/test_read_format_cab_lzx_oob.c \ + libarchive/test/test_read_format_cab_skip_malformed.c \ libarchive/test/test_read_format_cpio_afio.c \ libarchive/test/test_read_format_cpio_bin.c \ libarchive/test/test_read_format_cpio_bin_Z.c \ @@ -855,6 +856,7 @@ libarchive_test_EXTRA_DIST=\ libarchive/test/test_read_format_cab_3.cab.uu \ libarchive/test/test_read_format_cab_filename_cp932.cab.uu \ libarchive/test/test_read_format_cab_lzx_oob.cab.uu \ + libarchive/test/test_read_format_cab_skip_malformed.cab.uu \ libarchive/test/test_read_format_cpio_bin_be.cpio.uu \ libarchive/test/test_read_format_cpio_bin_le.cpio.uu \ libarchive/test/test_read_format_cpio_filename_cp866.cpio.uu \