]> git.ipfire.org Git - thirdparty/libarchive.git/commit
bsdcpio should exit with an error code if an entry can't be extracted (#2371)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Mon, 7 Oct 2024 15:51:17 +0000 (17:51 +0200)
committerMartin Matuska <martin@matuska.de>
Tue, 8 Oct 2024 08:43:46 +0000 (10:43 +0200)
commit9ffc3376a57a927ea87d66924b26af1e0089883b
tree44266452dc5f4249d7fd276558b38471b76fac82
parent60c729431506fdcf321cd4ddf8beab0f68c3f9d4
bsdcpio should exit with an error code if an entry can't be extracted (#2371)

For example if --insecure is not specified, and one of the security
checks fails.

(cherry picked from commit a65f765f177d9db6c79eaa2b305fd9d2792740e8)
cpio/cpio.c
cpio/test/test_extract_cpio_absolute_paths.c
cpio/test/test_option_d.c