summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2016-09-25 22:02:27 +0000
committermm <mm@FreeBSD.org>2016-09-25 22:02:27 +0000
commit9d924fb59145654175677c1c455812f4a4402915 (patch)
treef991738787bbf7ca8879f6147316f7a28c38693c /lib/libarchive
parent412c43e3fcc9e79a058bc6c15cda3a479267b99c (diff)
downloadFreeBSD-src-9d924fb59145654175677c1c455812f4a4402915.zip
FreeBSD-src-9d924fb59145654175677c1c455812f4a4402915.tar.gz
MFC r305819:
Sync libarchive with vendor including important security fixes. Issues fixed (FreeBSD): PR #778: ACL error handling Issue #745: Symlink check prefix optimization is too aggressive Issue #746: Hard links with data can evade sandboxing restrictions This update fixes the vulnerability #3 and vulnerability #4 as reported in "non-cryptanalytic attacks against FreeBSD update components". https://gist.github.com/anonymous/e48209b03f1dd9625a992717e7b89c4f Fix for vulnerability #2 has already been merged in r305188. Security: http://gist.github.com/anonymous/e48209b03f1dd9625a992717e7b89c4f
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 3173689..3b7eb01 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -211,6 +211,8 @@ TESTS_SRCS= \
test_write_disk_perms.c \
test_write_disk_secure.c \
test_write_disk_secure744.c \
+ test_write_disk_secure745.c \
+ test_write_disk_secure746.c \
test_write_disk_sparse.c \
test_write_disk_symlink.c \
test_write_disk_times.c \
OpenPOWER on IntegriCloud