summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2016-10-12 10:28:22 +0000
committermm <mm@FreeBSD.org>2016-10-12 10:28:22 +0000
commit7f8f8a43cae54b88ca06ba3674a79204ee698a54 (patch)
tree863e52c86db80e8b9c5e1f3ae1f70921a4c739d8 /lib
parent7c05d1bcc3ae1e7fdf6581cd249a5b0de28fd5c2 (diff)
downloadFreeBSD-src-7f8f8a43cae54b88ca06ba3674a79204ee698a54.zip
FreeBSD-src-7f8f8a43cae54b88ca06ba3674a79204ee698a54.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 3b7eb01..5b1bdb9 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -149,6 +149,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 \
@@ -464,6 +465,7 @@ ${PACKAGE}FILES+= test_read_format_lha_lh6.lzh.uu
${PACKAGE}FILES+= test_read_format_lha_lh7.lzh.uu
${PACKAGE}FILES+= test_read_format_lha_withjunk.lzh.uu
${PACKAGE}FILES+= test_read_format_mtree.mtree.uu
+${PACKAGE}FILES+= test_read_format_mtree_crash747.mtree.bz2.uu
${PACKAGE}FILES+= test_read_format_mtree_nomagic.mtree.uu
${PACKAGE}FILES+= test_read_format_mtree_nomagic2.mtree.uu
${PACKAGE}FILES+= test_read_format_mtree_nomagic3.mtree.uu
OpenPOWER on IntegriCloud