summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2017-05-18 19:50:15 +0000
committermm <mm@FreeBSD.org>2017-05-18 19:50:15 +0000
commitbd8807fedd6c5daf0cea50b0b09af795fdaa686c (patch)
tree80f9d690c6102c2bed95e207cceb45272ee455b6 /lib/libarchive
parentdbd6ca0f888dbbe406cf2e6784ee1b819998eb30 (diff)
downloadFreeBSD-src-bd8807fedd6c5daf0cea50b0b09af795fdaa686c.zip
FreeBSD-src-bd8807fedd6c5daf0cea50b0b09af795fdaa686c.tar.gz
MFC r317782,318181:
MFC r317782 (mm): Sync libarchive with vendor Vendor changes (FreeBSD-related): PR 897: add test for ZIP archives with invalid EOCD headers PR 901: fix invalid renaming of sparse files OSS-Fuzz issue 497: remove fallback tree in LZX decoder OSS-Fuzz issue 527: rewrite expressions in lz4 filter OSS-Fuzz issue 577: fix integer overflow in cpio reader OSS-Fuzz issue 862: fix numerc parsing in mtree reader OSS-Fuzz issue 1097: fix undefined shift in rar reader cpio: various optimizations and memory leak fixes MFC r318181 (ngie) (2): cpio/tests/test_option_lz4: fix a use after free in the failure case Reported by: Coverity (2) Sponsored by: Dell EMC Isilon (2)
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index 904f867..0dc80df 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -194,6 +194,7 @@ TESTS_SRCS= \
test_read_format_zip_traditional_encryption_data.c \
test_read_format_zip_winzip_aes.c \
test_read_format_zip_winzip_aes_large.c \
+ test_read_format_zip_with_invalid_traditional_eocd.c \
test_read_format_zip_zip64.c \
test_read_large.c \
test_read_pax_truncated.c \
@@ -541,6 +542,7 @@ FILES+= test_read_format_zip_sfx.uu
FILES+= test_read_format_zip_symlink.zip.uu
FILES+= test_read_format_zip_traditional_encryption_data.zip.uu
FILES+= test_read_format_zip_ux.zip.uu
+FILES+= test_read_format_zip_with_invalid_traditional_eocd.zip.uu
FILES+= test_read_format_zip_winzip_aes128.zip.uu
FILES+= test_read_format_zip_winzip_aes256.zip.uu
FILES+= test_read_format_zip_winzip_aes256_large.zip.uu
OpenPOWER on IntegriCloud