JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Call _exit() instead of exit() if exec*() fails
authorsin <sin@2f30.org>
Tue, 11 Nov 2014 18:29:11 +0000 (18:29 +0000)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
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