]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-path: check if found path is executable binary
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 3 Apr 2025 14:38:40 +0000 (23:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 4 Apr 2025 11:56:11 +0000 (20:56 +0900)
commit2c31eda469603554b844f1880d44451a5f9e3499
treed4e2ddfac76f772a3e33660b99d173f38a7f4950
parentcec81b234cdd907c4a04c1fcd1dff423f7856f58
build-path: check if found path is executable binary

Otherwise, the path may point to a non-executable, e.g. a directory.
src/basic/build-path.c