summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2016-09-25 22:04:02 +0000
committermm <mm@FreeBSD.org>2016-09-25 22:04:02 +0000
commit50f36bae71e032abcb4f90544d030643ee849052 (patch)
tree7947128e08dc7e298973f86338b436136873a4d2 /lib
parenta413d11180b19e53b858a3eb1b0ab138373905e1 (diff)
downloadFreeBSD-src-50f36bae71e032abcb4f90544d030643ee849052.zip
FreeBSD-src-50f36bae71e032abcb4f90544d030643ee849052.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 r305192. Security: http://gist.github.com/anonymous/e48209b03f1dd9625a992717e7b89c4f
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 563e983..99d8699 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -212,6 +212,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