]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Blocked revisions 46361 via svnmerge
authorRussell Bryant <russell@russellbryant.com>
Fri, 27 Oct 2006 17:37:20 +0000 (17:37 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 27 Oct 2006 17:37:20 +0000 (17:37 +0000)
........
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


No differences found