Re: [dev] [st] [PATCH] Call _exit() instead of exit() if exec*() fails

2014-11-11 Thread k0ga
Good point. I'll apply it. Thanks.

[dev] [st] [PATCH] Call _exit() instead of exit() if exec*() fails

2014-11-11 Thread Dimitris Papastamos
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