]> git.seodisparate.com - SimpleArchiver/commit
Fix absolute symlinks when using extract --prefix
authorStephen Seo <seo.disparate@gmail.com>
Mon, 27 Jan 2025 11:10:52 +0000 (20:10 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 27 Jan 2025 11:10:52 +0000 (20:10 +0900)
commit24460007b832a2afc878deb20b67b8d869838c2e
treebdfe722d104687a0052873705e2f5e5ccb405621
parent72549ebeb669cca8ad5cd0ce21c1e7d5e924f7e5
Fix absolute symlinks when using extract --prefix

Previous behavior would prepend the <prefix> to an absolute link if it
pointed to a file outside of the archive (when using --no-safe-links),
breaking the link.
file_format.md
src/archiver.c