Subject: PR/30253 CVS commit: src/libexec/identd
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Peter Postma <peter@netbsd.org>
List: netbsd-bugs
Date: 05/18/2005 00:32:01
The following reply was made to PR bin/30253; it has been noted by GNATS.
From: Peter Postma <peter@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/30253 CVS commit: src/libexec/identd
Date: Wed, 18 May 2005 00:31:33 +0000 (UTC)
Module Name: src
Committed By: peter
Date: Wed May 18 00:31:33 UTC 2005
Modified Files:
src/libexec/identd: identd.c
Log Message:
Remove the zombie reaper and set SIG_IGN on SIGCHLD. We won't get a zombie
when the child exists this way and it should also fix the race condition
as mentioned in PR bin/30253 from Patrick McPhee.
Approved by christos.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/libexec/identd/identd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.