Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/01/2000 06:43:09
Module Name: syssrc
Committed By: simonb
Date: Thu Jun 1 13:43:09 UTC 2000
Modified Files:
syssrc/sys/miscfs/procfs: procfs_cmdline.c
Log Message:
Fix a possible kernel memory leak - if the cmdline of a process was
requested after it had started to exit but before it became a zombie
a page of kernel memory wouldn't be free'd.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/miscfs/procfs/procfs_cmdline.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.