[svn-commits] russell: branch 1.4 r46362 - /branches/1.4/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Oct 27 10:37:21 MST 2006


Author: russell
Date: Fri Oct 27 12:37:20 2006
New Revision: 46362

URL: http://svn.digium.com/view/asterisk?rev=46362&view=rev
Log:
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)

........

Modified:
    branches/1.4/   (props changed)

Propchange: branches/1.4/
------------------------------------------------------------------------------
    svnmerge-blocked = /branches/1.2:46361



More information about the svn-commits mailing list