summaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2016-10-04 11:56:46 +0000
committerMartin Matuska <mm@FreeBSD.org>2016-10-04 11:56:46 +0000
commitf3e9b21a7aef163ab0211711d187415493ef6afb (patch)
tree87085375557fe59a672e17590a4d0596b4d87e50 /lib/libarchive
parentfe8151a0e3a42ab1548473cb4fb11356129e3c15 (diff)
parentadb01b286db1dc63ea40381f42f6124b9e695253 (diff)
downloadsrc-test-f3e9b21a7aef163ab0211711d187415493ef6afb.tar.gz
src-test-f3e9b21a7aef163ab0211711d187415493ef6afb.zip
MFV r306669:
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) #784: Invalid file on bsdtar command line results in internal errors (1) PR: 213092 (1) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=306670
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 71dca87e619c1..835cfc16808c4 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -151,6 +151,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 @@ ${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