]> git.ipfire.org Git - thirdparty/systemd.git/commit
fsck: use execv_p_ and execl_p_
authorFlorian Klink <flokli@flokli.de>
Mon, 17 Apr 2023 12:46:05 +0000 (14:46 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 17 Apr 2023 18:56:06 +0000 (19:56 +0100)
commit360c9cdc65dc44a9d263e9f7433e7a6fbff15c9d
treebdd1eb803ace0725be939a273c70d0a9efe36d60
parentc9210b74701d749c5b684cc4de517be42baa9c57
fsck: use execv_p_ and execl_p_

Instead of invoking find_executable on our own, use the variants of exec
provided by glibc which does this for us.
src/fsck/fsck.c
src/home/homework-luks.c
src/shared/dissect-image.c