A library for handling streaming archive formats
Go to file
Ondrej Dubaj 09af57c726 Fix following symlinks when processing the fixup list
The previous fix in b41daecb5 was incomplete. Fixup entries are
given the original path without calling cleanup_pathname().
To make sure we don't follow a symlink, we must strip trailing
slashes from the path.

The fixup entries are always directories. Make sure we try to modify
only directories by providing O_DIRECTORY to open() (if supported)
and if it fails to check directory via lstat().
2021-08-30 08:45:44 +02:00
.gitignore the latest upstream release 2018-10-23 08:46:32 +02:00
libarchive-3.5.2-symlink-fix.patch Fix following symlinks when processing the fixup list 2021-08-30 08:45:44 +02:00
libarchive.spec Fix following symlinks when processing the fixup list 2021-08-30 08:45:44 +02:00
sources rebase to version 3.5.2 (#1996504) 2021-08-23 08:06:44 +02:00
STAGE2-libarchive Adding STAGE2 bootstrap recipe 2015-11-03 18:07:30 +01:00