]>
git.ipfire.org Git - thirdparty/libarchive.git/log
Pablo Hernandez-Cerdan [Sun, 3 Jun 2018 15:01:59 +0000 (11:01 -0400)]
Fix gcc 8 warning about strncpy
Use memcpy instead.
Fix #1020
Martin Matuska [Mon, 21 May 2018 21:42:14 +0000 (23:42 +0200)]
Add some gzip header tests including RFC 1952 compression level flag
Martin Matuska [Mon, 21 May 2018 20:32:29 +0000 (22:32 +0200)]
Merge pull request #973 from o3dwade:master
Record informational compression level in gzip header
Martin Matuska [Fri, 13 Apr 2018 10:21:10 +0000 (12:21 +0200)]
Unbreak write test for libzstd 1.3.4
Fixes #1006
Martin Matuska [Fri, 13 Apr 2018 09:15:07 +0000 (11:15 +0200)]
Remove lzop package from Darwin testing
Tim Kientzle [Sat, 7 Apr 2018 19:11:08 +0000 (12:11 -0700)]
Merge pull request #1005 from Sp1l/master
fix build with LibreSSL 2.7
Bernard Spil [Sun, 1 Apr 2018 21:01:44 +0000 (23:01 +0200)]
fix build with LibreSSL 2.7
LibreSSL 2.7 adds OpenSSL 1.1 API leading to conflicts on method names
See also: https://bugs.freebsd.org/226853
Signed-off-by: Bernard Spil <brnrd@FreeBSD.org>
Joerg Sonnenberger [Sat, 31 Mar 2018 20:48:25 +0000 (22:48 +0200)]
Check size of the extended time field in zip archives
Reported-By: OSS-Fuzz issue 4969
Tim Kientzle [Sun, 25 Feb 2018 19:55:52 +0000 (11:55 -0800)]
Merge pull request #993 from ArshanKhanifar/issue-991
flush pending chdirs prior to processing mtree files
Arshan Khanifar [Mon, 12 Feb 2018 21:31:16 +0000 (16:31 -0500)]
put the absolute path in quotes in case user's directory has spaces in it
Arshan Khanifar [Wed, 7 Feb 2018 20:36:39 +0000 (15:36 -0500)]
alphabetical order
Arshan Khanifar [Wed, 7 Feb 2018 17:59:57 +0000 (12:59 -0500)]
absolute path fix
Arshan Khanifar [Tue, 6 Feb 2018 22:00:51 +0000 (17:00 -0500)]
build fail fix, simplified logic
Arshan Khanifar [Tue, 6 Feb 2018 19:02:35 +0000 (14:02 -0500)]
corrected licensing, removed unnecessary variables
Arshan Khanifar [Tue, 6 Feb 2018 18:40:13 +0000 (13:40 -0500)]
Test case for using -C in conjunction with an @mtree format file
Arshan Khanifar [Tue, 6 Feb 2018 15:05:36 +0000 (10:05 -0500)]
flush pending chdirs prior to processing mtree files
Tim Kientzle [Mon, 29 Jan 2018 03:24:48 +0000 (19:24 -0800)]
Merge pull request #989 from trollixx/cmake-fix-lzo2
cmake: Fix missing override for LZO2_FOUND
Tim Kientzle [Sat, 27 Jan 2018 19:32:30 +0000 (11:32 -0800)]
Merge pull request #986 from BenjaminTrapani/windows-fixes
Unit test fixes for windows
Oleg Shparber [Fri, 26 Jan 2018 10:20:50 +0000 (12:20 +0200)]
cmake: Fix missing override for LZO2_FOUND
BenjaminTrapani [Thu, 25 Jan 2018 21:26:35 +0000 (16:26 -0500)]
Fix warnings treated as errors during x64 build
Martin Matuska [Wed, 24 Jan 2018 10:21:15 +0000 (11:21 +0100)]
Fix build on FreeBSD with NFS4 ACLs without ACL_ENTRY_INHERITED
Fixes #952
Martin Matuška [Wed, 24 Jan 2018 09:50:50 +0000 (10:50 +0100)]
Merge pull request #968 from trollixx/cmake-lz4-option
cmake: Add ENABLE_LZ4 option
BenjaminTrapani [Sat, 20 Jan 2018 21:31:26 +0000 (16:31 -0500)]
Fix indentation to match rest of file
BenjaminTrapani [Sat, 20 Jan 2018 14:53:19 +0000 (09:53 -0500)]
Revert "Copy reference resource to binary directory to make it possible to debug"
This reverts commit
54c81dea8b52a4a863b80fc74326608614008665 .
BenjaminTrapani [Sat, 20 Jan 2018 14:50:31 +0000 (09:50 -0500)]
Fix sparse tests windows
BenjaminTrapani [Thu, 18 Jan 2018 14:57:02 +0000 (09:57 -0500)]
Add space after version to fix all unit tests besides sparse tests
BenjaminTrapani [Thu, 18 Jan 2018 14:03:43 +0000 (09:03 -0500)]
Copy reference resource to binary directory to make it possible to debug
tests via visual studio cmake
BenjaminTrapani [Wed, 17 Jan 2018 20:02:33 +0000 (15:02 -0500)]
Fix version format to match unit test
BenjaminTrapani [Wed, 17 Jan 2018 19:46:27 +0000 (14:46 -0500)]
Fix missing hardlink source test windows
BenjaminTrapani [Wed, 17 Jan 2018 19:08:31 +0000 (14:08 -0500)]
Fix bsdtar test compilation on windows with platform toolset 141
Tim Kientzle [Sun, 7 Jan 2018 17:21:58 +0000 (09:21 -0800)]
Merge pull request #962 from spanglerco/existing-dir-owner
archive_write_disk_{posix,windows}.c: Don't modify attributes for…
Oleg Shparber [Sun, 12 Nov 2017 23:56:34 +0000 (01:56 +0200)]
cmake: Add ENABLE_LZ4 option
Omar Farooq [Mon, 4 Dec 2017 15:09:13 +0000 (10:09 -0500)]
Adding compression level support for gzip
Tim Kientzle [Wed, 22 Nov 2017 06:20:54 +0000 (22:20 -0800)]
Merge pull request #966 from jstarks/windows_disk_read_error
Windows: set errno on CreateFileW failure
Tim Kientzle [Wed, 22 Nov 2017 05:50:00 +0000 (21:50 -0800)]
Merge pull request #970 from jstarks/zip_path_separator
zip: Allow backslash as path separator
John Starks [Thu, 16 Nov 2017 00:10:49 +0000 (16:10 -0800)]
zip: Allow backslash as path separator
Some Windows zip archivers, such as PowerShell's Compress-Archive, use
backslash as the path separator in violation of the zip specification.
Info-Zip works around this by supporting this for archives that report
"version made by" of 0 (MS-DOS).
This change adds the same workaround to libarchive and adds a test of
this case using a zip file created with PowerShell.
John Starks [Thu, 2 Nov 2017 17:03:28 +0000 (10:03 -0700)]
Windows: set errno on CreateFileW failure
When CreateFileW fails in next_entry(), it reads from errno to set the
archive error, but errno is not set by CreateFileW. Add a call to
la_dosmaperr to set errno properly first.
Tim Kientzle [Thu, 2 Nov 2017 15:46:45 +0000 (08:46 -0700)]
Merge pull request #964 from legnaleurc/fix_fallthrough
Fix -Werror=implicit-fallthrough= for GCC 7.
Wei-Cheng Pan [Mon, 30 Oct 2017 04:13:00 +0000 (12:13 +0800)]
Fix -Werror=implicit-fallthrough= for GCC 7.
Paul Spangler [Mon, 23 Oct 2017 14:07:26 +0000 (09:07 -0500)]
Simplify test case per PR comments
Signed-off-by: Paul Spangler <paul.spangler@ni.com>
Tim Kientzle [Sun, 22 Oct 2017 17:40:37 +0000 (10:40 -0700)]
Merge pull request #961 from zweger/master
Fix ZIP format names
Zack Weger [Fri, 20 Oct 2017 18:09:23 +0000 (14:09 -0400)]
Clear the ZIP format name before constructing a new one, so it isn't appended to the format name of the previous entry
Paul Spangler [Thu, 19 Oct 2017 19:33:12 +0000 (14:33 -0500)]
archive_write_disk_{posix,windows}.c: Don't modify attributes for existing directories when ARCHIVE_EXTRACT_NO_OVERWRITE is set
Enables unpacking multiple archives into a single directory whose permissions,
owner, and other attributes are pre-configured or otherwise determined ahead
of time by a single archive without the need to repeat the same attributes in
every archive, such as in package installation scenarios.
Signed-off-by: Paul Spangler <paul.spangler@ni.com>
ngie [Sun, 15 Oct 2017 17:59:07 +0000 (10:59 -0700)]
Fix a potential NULL pointer dereference of `tar` in archive_read_support_format_tar when HAVE_COPYFILE_H is defined (#959)
If HAVE_COPYFILE_H is defined and allocating tar via calloc fails, tar
would be dereferenced before the tar == NULL check is done, causing a
NULL pointer dereference. Move the HAVE_COPYFILE_H block after the NULL
dereference check.
Mike Frysinger [Sat, 7 Oct 2017 09:05:24 +0000 (05:05 -0400)]
delete dead ppmd7 alloc callbacks (#893)
These callbacks are just indirections over the standard free & malloc
functions. Delete them and just call free & malloc directly.
This saves 672 .text bytes and 52 .data bytes on x86_64/Linux. Also
avoids needing writable data in the first place.
Joerg Sonnenberger [Sat, 7 Oct 2017 00:33:16 +0000 (02:33 +0200)]
Fix archive freeing bug in bsdcat.
(1) Do not double free a for the stdin case. Reported by Sean Purcell in
PR #904.
(2) Do not query errors after archive_read_free either, the memory is
gone. Split operation into close and read, reporting errors from the
former.
Joerg Sonnenberger [Fri, 6 Oct 2017 23:52:52 +0000 (01:52 +0200)]
Match archive.h for la_int64_t vs int64_t
Martin Matuska [Sun, 1 Oct 2017 00:17:22 +0000 (02:17 +0200)]
bsdtar manpage: unify descriptions of compression options
Tim Kientzle [Sat, 30 Sep 2017 17:34:48 +0000 (10:34 -0700)]
Merge pull request #912 from korli/libnetwork
Check libgnu for xattr functions on Haiku
Brad King [Wed, 20 Sep 2017 14:19:38 +0000 (10:19 -0400)]
Do not use nanosecond file time APIs on macOS < 10.13
The SDK for macOS 10.13 adds `futimens` and `utimensat` so our checks
for these symbols may pass. However, the symbols are not available at
runtime on older macOS versions. Instead on macOS we can check for
availability based on the deployment target version.
Joerg Sonnenberger [Mon, 18 Sep 2017 01:14:37 +0000 (03:14 +0200)]
Fix case in comment.
Joerg Sonnenberger [Sat, 9 Sep 2017 15:47:32 +0000 (17:47 +0200)]
Avoid a read off-by-one error for UTF16 names in RAR archives.
Reported-By: OSS-Fuzz issue 573
Joerg Sonnenberger [Wed, 6 Sep 2017 21:03:00 +0000 (23:03 +0200)]
Ensure that the AES extension header is large enough.
Reported-By: OSS-Fuzz issue 2394
Joerg Sonnenberger [Wed, 6 Sep 2017 20:48:44 +0000 (22:48 +0200)]
Place a limit on the mtree line length to make fuzzers happy.
Reported-By: OSS-Fuzz issue 2936
Joerg Sonnenberger [Tue, 5 Sep 2017 18:14:09 +0000 (20:14 +0200)]
Don't allow sparse mapping entry to pass beyond 63bit.
Reported-By: OSS-Fuzz issue 1627
Joerg Sonnenberger [Tue, 5 Sep 2017 16:15:45 +0000 (18:15 +0200)]
Match full strings, not just prefixes.
Joerg Sonnenberger [Tue, 5 Sep 2017 16:12:19 +0000 (18:12 +0200)]
Do something sensible for empty strings to make fuzzers happy.
Tim Kientzle [Mon, 4 Sep 2017 00:27:30 +0000 (17:27 -0700)]
Issue #947: Reference archive_write_set_options in archive_write.3
Tim Kientzle [Thu, 31 Aug 2017 01:34:50 +0000 (18:34 -0700)]
Merge pull request #943 from jrmarino/master
Recognize ".tzst" extension as ".tar.zst" (re: issue# 941)
jrmarino [Tue, 22 Aug 2017 13:46:29 +0000 (08:46 -0500)]
Recognize ".tzst" extension as ".tar.zst"
This follows convention establish by ".tgz", ".txz", etc.
The alias array was not sorted alphabetically (the only order seems to be grouping by decomposed extension), so the new element was just added to the end.
Tim Kientzle [Sun, 13 Aug 2017 06:05:31 +0000 (23:05 -0700)]
Merge pull request #905 from iburinoc/zstd
Add support for Zstandard read and write filters
Tim Kientzle [Sun, 13 Aug 2017 05:39:17 +0000 (22:39 -0700)]
Merge pull request #934 from tonytheodore/cflags-private
libarchive.pc.in: add Cflags.private for static linking
Tony Theodore [Sun, 13 Aug 2017 04:27:12 +0000 (14:27 +1000)]
libarchive.pc.in: add Cflags.private for static linking
`pkgconf` supports a `Cflags.private` that simplifies static linking
for windows (mingw cross) builds. Users of `pkg-config` will be
unaffected by this as existing build scripts will already set the
`-DLIBARCHIVE_STATIC` as required.
Tim Kientzle [Sat, 5 Aug 2017 17:38:57 +0000 (10:38 -0700)]
Merge pull request #930 from Tarsnap/spelling-upload
Spelling fixes
Tim Kientzle [Sat, 5 Aug 2017 17:37:23 +0000 (10:37 -0700)]
Merge pull request #929 from cperciva/master
Avoid overflow when reading corrupt cpio archive
Colin Percival [Fri, 28 Jul 2017 23:28:50 +0000 (16:28 -0700)]
Avoid overflow when reading corrupt cpio archive
A cpio "newc" archive with a namelength of "
FFFFFFFF ", if read on a
system with a 32-bit size_t, would result in namelength + name_pad
overflowing 32 bits and libarchive attempting to copy 2^32-1 bytes
from a 2-byte buffer, with appropriately hilarious results.
Check for this overflow and fail; there's no legitimate reason for a
cpio archive to contain a file with a name over 4 billion characters
in length.
Reported by: Eyal Itkin
Security: Corrupt archives can cause libarchive to crash on
32-bit platforms.
Sponsored by: Tarsnap Backup Inc.
Joerg Sonnenberger [Tue, 1 Aug 2017 22:07:38 +0000 (00:07 +0200)]
Revert addition of assert.
Joerg Sonnenberger [Tue, 1 Aug 2017 15:17:45 +0000 (17:17 +0200)]
Don't call wmemmove if size is zero.
The data pointers can be NULL in this case and ISO C says this is UB.
Graham Percival [Sun, 30 Jul 2017 21:26:02 +0000 (14:26 -0700)]
Spelling fixes
Sponsored by: Tarsnap Backup Inc.
Martin Matuska [Fri, 28 Jul 2017 23:12:46 +0000 (01:12 +0200)]
archive_write_ar_data(): replace strncpy() with memcpy()
Martin Matuska [Fri, 28 Jul 2017 23:07:46 +0000 (01:07 +0200)]
Merge pull request #926 from emaste/libarchive
ensure ar strtab is null terminated
Ed Maste [Fri, 21 Jul 2017 10:46:17 +0000 (06:46 -0400)]
ensure ar strtab is null terminated
ar support calls strstr() on the strtab, which requres that its
arguments are null terminated.
Tim Kientzle [Sun, 16 Jul 2017 23:10:08 +0000 (16:10 -0700)]
Issue #924: fix capitalization of bcrypt.h header
Tim Kientzle [Mon, 10 Jul 2017 03:04:02 +0000 (20:04 -0700)]
Libarchive 3.3.3dev
Tim Kientzle [Mon, 10 Jul 2017 02:38:04 +0000 (19:38 -0700)]
Libarchive 3.3.2
Tim Kientzle [Sun, 9 Jul 2017 22:57:01 +0000 (15:57 -0700)]
Add a missing test file
Chris Roberts [Sun, 27 Oct 2013 00:36:43 +0000 (18:36 -0600)]
Check libgnu for xattr functions on Haiku
Tim Kientzle [Sun, 21 May 2017 19:36:34 +0000 (12:36 -0700)]
Issue #910: Don't use stdin as a source of test data
Sean Purcell [Tue, 16 May 2017 14:00:51 +0000 (10:00 -0400)]
Fix zstd memory allocation and null checks
Sean Purcell [Wed, 26 Apr 2017 18:10:17 +0000 (11:10 -0700)]
Fix alphabetical order, other small fixes
Sean Purcell [Wed, 26 Apr 2017 05:24:07 +0000 (22:24 -0700)]
zstd: Don't bid on skippable frames
Sean Purcell [Tue, 25 Apr 2017 22:10:28 +0000 (15:10 -0700)]
zstd: Address comments by @terrelln
Sean Purcell [Thu, 20 Apr 2017 22:58:48 +0000 (15:58 -0700)]
Build with zstd on TravisCI on OS X
Ubuntu 14.04 apt doesn't have zstd so we can't add it to that yet
Sean Purcell [Thu, 20 Apr 2017 22:50:34 +0000 (15:50 -0700)]
Don't try to use libzstd versions without streaming API
Sean Purcell [Thu, 20 Apr 2017 21:25:13 +0000 (14:25 -0700)]
Skip zstd write tests when library not present
Sean Purcell [Thu, 20 Apr 2017 21:02:08 +0000 (14:02 -0700)]
Fix compile errors with cmake and when zstd isn't present
Sean Purcell [Thu, 20 Apr 2017 19:36:09 +0000 (12:36 -0700)]
Fix zstd reader and change variable scopes
Sean Purcell [Thu, 20 Apr 2017 19:02:45 +0000 (12:02 -0700)]
Whitespace fixes
Sean Purcell [Thu, 20 Apr 2017 18:59:10 +0000 (11:59 -0700)]
Add zstd test suite
Sean Purcell [Thu, 20 Apr 2017 17:47:54 +0000 (10:47 -0700)]
Small zstd fixes
Sean Purcell [Wed, 19 Apr 2017 23:51:50 +0000 (16:51 -0700)]
Add Zstandard write support
Sean Purcell [Wed, 19 Apr 2017 22:15:09 +0000 (15:15 -0700)]
Add Zstandard read support
Joerg Sonnenberger [Thu, 11 May 2017 10:29:41 +0000 (12:29 +0200)]
Fix use-after-free in error branch. From Ngie Cooper.
Joerg Sonnenberger [Mon, 1 May 2017 15:33:15 +0000 (17:33 +0200)]
Remove fallback tree in LZX decoder.
The LZX decoder flattens the Huffman tree into a table, but wanted to
limit it to 1k elements to reduce L1 pressure. Since the logic for
filling was flawed and performance argument points more to a bad index
logic, remove the tree logic.
Reported-By: OSS-Fuzz issue 497
Joerg Sonnenberger [Sun, 30 Apr 2017 13:12:59 +0000 (15:12 +0200)]
Fix build on ancient systems without int64_t definition.
Joerg Sonnenberger [Sat, 29 Apr 2017 21:09:42 +0000 (23:09 +0200)]
Refactor numeric parsing routines into a single version without UB.
Reported-By: OSS-Fuzz issue 862
Joerg Sonnenberger [Sat, 29 Apr 2017 20:15:52 +0000 (22:15 +0200)]
Tighten mode check: '8' and '9' don't make good octal digits.
Joerg Sonnenberger [Sat, 29 Apr 2017 19:39:57 +0000 (21:39 +0200)]
Be consistent about the types of internal and external link counts.
Reported-By: OSS-Fuzz issue 577
Joerg Sonnenberger [Sat, 29 Apr 2017 16:57:33 +0000 (18:57 +0200)]
Don't leak memory.
Joerg Sonnenberger [Sat, 29 Apr 2017 16:56:16 +0000 (18:56 +0200)]
Change little endian read routines to compute in unsigned math.
Shifting a negative value is UB in ISO C.