From cc818055b547aad78a9742e5800537c85e51e462 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 27 Oct 2006 17:37:20 +0000 Subject: [PATCH] Blocked revisions 46361 via svnmerge ........ r46361 | russell | 2006-10-27 12:36:07 -0500 (Fri, 27 Oct 2006) | 5 lines We should always be using _exit() after a fork() or vfork() instead of exit(). This is because exit() does some extra cleanup which in some implementations of vfork(), for example, can actually modify the state of the parent process, causing very weird bugs or crashes. (issue #7971, Nick Gavrikov) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46362 65c4cc65-6c06-0410-ace0-fbb531ad65f3