]> 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)
committerMartin Matuska <martin@matuska.de>
Tue, 8 Oct 2024 08:43:36 +0000 (10:43 +0200)
commit60c729431506fdcf321cd4ddf8beab0f68c3f9d4
tree3aa4c3c289810b93f1ca420e0313b8b4951d38ba
parent8e0e22eb3e1f0f36db768d688ad6f0e9ffc65fbb
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.

(cherry picked from commit d6dd082adfb93716c31e5093b189fdedb64e5efe)
Makefile.am
tar/test/CMakeLists.txt
tar/test/test_option_P.c [new file with mode: 0644]