]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Replace system() with posix_spawn() if available 2767/head
authorDag-Erling Smørgrav <des@des.no>
Tue, 14 Oct 2025 17:01:17 +0000 (19:01 +0200)
committerDag-Erling Smørgrav <des@des.no>
Tue, 14 Oct 2025 17:17:53 +0000 (19:17 +0200)
commit8fff509f1ae40f8ce9ea48883569acb102f6dd32
treec91bffab518ad645d368d158f351a22d38ae16a8
parentde73860cda5a49f97289a9924a3c5590edafef66
Replace system() with posix_spawn() if available

Some platforms disallow system() due to its perceived insecurity.
Luckily, we can be just as insecure using the more palatable
posix_spawn() instead!
CMakeLists.txt
configure.ac
test_utils/test_main.c