]> git.seodisparate.com - SimpleArchiver/commit
Impl. "safe links" by default for v0
authorStephen Seo <seo.disparate@gmail.com>
Mon, 21 Oct 2024 07:55:39 +0000 (16:55 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 21 Oct 2024 08:12:28 +0000 (17:12 +0900)
commitcef3e4184a74770273aed0cf9db27ebf9ea8305c
treeda179b3eff022da4e54edf9d7b8b8e445ad3bfbb
parent7ee54bddf291c153b6a22d5331aa520d97f4be06
Impl. "safe links" by default for v0

By default, links that point to outside of archive (or possibly doesn't
point to anything) will be ignored. Use "--no-safe-links" to preserve
such symlinks.

Note this has only been implemented for v0 of the file format in this
commit, and not yet v1.
file_format.md
src/archiver.c
src/parser.c
src/parser.h