Re: [dev] [st] [PATCH] Call _exit() instead of exit() if exec*() fails
Good point. I'll apply it. Thanks.
[dev] [st] [PATCH] Call _exit() instead of exit() if exec*() fails
See attached patch. >From 59aa82b74793e0fea438c3d328687791161bef68 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 11 Nov 2014 18:29:11 + Subject: [PATCH] Call _exit() instead of exit() if exec*() fails exit() will also unwind the atexit() functions. This is bad because if exec*() fails the pr