]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add absolute path test for bsdtar (#2370)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Mon, 7 Oct 2024 03:35:28 +0000 (05:35 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 03:35:28 +0000 (20:35 -0700)
commitd6dd082adfb93716c31e5093b189fdedb64e5efe
tree5c075514dbcb3dfc1f7e1e5cc66476e1eb527e90
parent62ce582d1c22c8affa9453bbd549776b60c669fa
Add absolute path test for bsdtar (#2370)

Check that extracting archive entries with absolute paths uses mangled
relative paths unless -P / --absolute-paths is specified.
Makefile.am
tar/test/CMakeLists.txt
tar/test/test_option_P.c [new file with mode: 0644]