DragonFly-2.1.1.96.g2e425d master sys/kern kern_fork.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 18 20:23:23 PST 2008
commit 2e425d87dc98885c44799de0327ab0013a7c34d6
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Dec 18 20:20:15 2008 -0800
Close a possible bug where the p_lock for a new process inherits a
non-zero value from its parent on fork(), preventing the process
from being able to exit later on.
Summary of changes:
sys/kern/kern_fork.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=2e425d87dc98885c44799de0327ab0013a7c34d6
--
DragonFly BSD source repository
More information about the Commits
mailing list