Subject: CVS commit: basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/28/2002 06:08:01
Module Name: basesrc
Committed By: mycroft
Date: Sat Sep 28 03:08:01 UTC 2002
Modified Files:
basesrc/bin/sh: jobs.c
Log Message:
Remove the duplicate setpgid() in forkparent(). The real bug was freeing the
job structure in the child and referencing freed memory.
To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 basesrc/bin/sh/jobs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.