Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
4418939
)
Call _exit() instead of exit() if exec*() fails
author
sin <
[email protected]
>
Tue, 11 Nov 2014 18:29:11 +0000
(18:29 +0000)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Wed, 19 Nov 2014 17:52:42 +0000
(18:52 +0100)
exit() will also unwind the atexit() functions. This is bad
because if exec*() fails the process is in an inconsistent state.
No differences found