exit() will also unwind the atexit() functions. This is bad because if exec*() fails the process is in an inconsistent state.
88 KiB
88 KiB
exit() will also unwind the atexit() functions. This is bad because if exec*() fails the process is in an inconsistent state.