]> 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)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 15:51:17 +0000 (08:51 -0700)
commita65f765f177d9db6c79eaa2b305fd9d2792740e8
tree45e327bb79237b29e4699a3a264b6c3e7b62575f
parentd6dd082adfb93716c31e5093b189fdedb64e5efe
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.
cpio/cpio.c
cpio/test/test_extract_cpio_absolute_paths.c
cpio/test/test_option_d.c