From 533ab3c53efbfd230b718ed77dc9ea4d1446ddfc Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sat, 30 Sep 2017 23:33:19 +0000 Subject: Update vendor/libarchive to git 92366744a52f3fa83c3899e375e415a5080a05f2 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) Security: CVE-2017-14166, CVE-2017-14502 --- tar/test/test_option_acls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tar/test/test_option_acls.c') diff --git a/tar/test/test_option_acls.c b/tar/test/test_option_acls.c index f2d51d661abf..325f319537af 100644 --- a/tar/test/test_option_acls.c +++ b/tar/test/test_option_acls.c @@ -483,7 +483,7 @@ DEFINE_TEST(test_option_acls) r = compare_acls("f", "acls_acls/f"); assertEqualInt(r, 1); - /* Extractl acls without acls */ + /* Extract acls without acls */ assertMakeDir("acls_noacls", 0755); clear_inheritance_flags("acls_noacls", acltype); r = systemf("%s -x -C acls_noacls -p --no-acls -f acls.tar >acls_noacls.out 2>acls_noacls.err", testprog); -- cgit v1.2.3