mirror of
git://git.suckless.org/st
synced 2026-03-02 11:58:05 +00:00
Call _exit() instead of exit() if exec*() fails
exit() will also unwind the atexit() functions. This is bad because if exec*() fails the process is in an inconsistent state.
This commit is contained in:
parent
bafbba56cd
commit
4418939dd9