Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/30/2002 11:54:45
Module Name: syssrc
Committed By: jdolecek
Date: Sat Nov 30 09:54:45 UTC 2002
Modified Files:
syssrc/sys/kern: kern_exit.c
Log Message:
fix bug in previous - if child was traced and p_opptr == p_pptr,
need to reparent the process to initproc, so that child wouldn't
have its p_pptr pointer still pointing on the exited parent
pointed out by Dave Sainty in private mail (the patch in kern/14443
didn't have this bug)
To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 syssrc/sys/kern/kern_exit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.