aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/tests
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2017-10-01 00:40:23 +0000
committerMartin Matuska <mm@FreeBSD.org>2017-10-01 00:40:23 +0000
commit5c831a5bd61576cacb48b39f8eeb47b92707a355 (patch)
tree315046b4d3237811245bd68cfa0099291b843129 /usr.bin/tar/tests
parent0ffc7ed7e310f5810af6c04137678d0bef00f2f0 (diff)
parent533ab3c53efbfd230b718ed77dc9ea4d1446ddfc (diff)
downloadsrc-5c831a5bd61576cacb48b39f8eeb47b92707a355.tar.gz
src-5c831a5bd61576cacb48b39f8eeb47b92707a355.zip
MFV r324145,324147:
Sync libarchive with vendor. Relevant vendor changes: PR #905: Support for Zstandard read and write filters PR #922: Avoid overflow when reading corrupt cpio archive Issue #935: heap-based buffer overflow in xml_data (CVE-2017-14166) OSS-Fuzz 2936: Place a limit on the mtree line length OSS-Fuzz 2394: Ensure that the ZIP AES extension header is large enough OSS-Fuzz 573: Read off-by-one error in RAR archives (CVE-2017-14502) MFC after: 1 week Security: CVE-2017-14166, CVE-2017-14502
Notes
Notes: svn path=/head/; revision=324148
Diffstat (limited to 'usr.bin/tar/tests')
-rw-r--r--usr.bin/tar/tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/tar/tests/Makefile b/usr.bin/tar/tests/Makefile
index c64686e2dca2..7fba6e077f93 100644
--- a/usr.bin/tar/tests/Makefile
+++ b/usr.bin/tar/tests/Makefile
@@ -35,6 +35,7 @@ TESTS_SRCS= \
test_extract_tar_lzma.c \
test_extract_tar_lzo.c \
test_extract_tar_xz.c \
+ test_extract_tar_zstd.c \
test_format_newc.c \
test_help.c \
test_leading_slash.c \
@@ -74,6 +75,7 @@ TESTS_SRCS= \
test_option_xattrs.c \
test_option_xz.c \
test_option_z.c \
+ test_option_zstd.c \
test_patterns.c \
test_print_longpath.c \
test_stdio.c \
@@ -108,6 +110,7 @@ ${PACKAGE}FILES+= test_extract.tar.lz4.uu
${PACKAGE}FILES+= test_extract.tar.lzma.uu
${PACKAGE}FILES+= test_extract.tar.lzo.uu
${PACKAGE}FILES+= test_extract.tar.xz.uu
+${PACKAGE}FILES+= test_extract.tar.zst.uu
${PACKAGE}FILES+= test_leading_slash.tar.uu
${PACKAGE}FILES+= test_option_keep_newer_files.tar.Z.uu
${PACKAGE}FILES+= test_option_passphrase.zip.uu