Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/01/2000 11:07:34
Module Name:	syssrc
Committed By:	he
Date:		Thu Jun  1 18:07:34 UTC 2000

Modified Files:
	syssrc/sys/miscfs/procfs [netbsd-1-4]: procfs_cmdline.c

Log Message:
Pull up revision 1.8 (requested by simonb):
  Fix a possible kernel memory leak - if the command line of a
  process was requested after it had started to exit but before it
  became a zombie a page of kernel memory would not be freed.


To generate a diff of this commit:
cvs rdiff -r1.4.2.1 -r1.4.2.2 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.