summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2016-10-12 10:28:54 +0000
committermm <mm@FreeBSD.org>2016-10-12 10:28:54 +0000
commit46874a6250923b10e7c7b672f1b558ae71dd2316 (patch)
tree8fb4e472aa4235d9a6b5200afc81aad5cab06534 /lib
parent9b1acc28aaf1ed0563be0a7c99248ea66e22ad38 (diff)
downloadFreeBSD-src-46874a6250923b10e7c7b672f1b558ae71dd2316.zip
FreeBSD-src-46874a6250923b10e7c7b672f1b558ae71dd2316.tar.gz
MFC r306670:
Sync libarchive with vendor including security fixes. Important vendor bugfixes (relevant to FreeBSD): #747: Out of bounds read in mtree parser #761: heap-based buffer overflow in read_Header (7-zip) #794: Invalid file on bsdtar command line results in internal errors (1) PR: 213092 (1)
Diffstat (limited to 'lib')
-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 99d8699..f0ede5f 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -150,6 +150,7 @@ TESTS_SRCS= \
test_read_format_lha_bugfix_0.c \
test_read_format_lha_filename.c \
test_read_format_mtree.c \
+ test_read_format_mtree_crash747.c \
test_read_format_pax_bz2.c \
test_read_format_rar.c \
test_read_format_rar_encryption_data.c \
@@ -466,6 +467,7 @@ FILES+= test_read_format_lha_lh6.lzh.uu
FILES+= test_read_format_lha_lh7.lzh.uu
FILES+= test_read_format_lha_withjunk.lzh.uu
FILES+= test_read_format_mtree.mtree.uu
+FILES+= test_read_format_mtree_crash747.mtree.bz2.uu
FILES+= test_read_format_mtree_nomagic.mtree.uu
FILES+= test_read_format_mtree_nomagic2.mtree.uu
FILES+= test_read_format_mtree_nomagic3.mtree.uu
OpenPOWER on IntegriCloud