Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/01/2000 06:36:52
Module Name:	syssrc
Committed By:	simonb
Date:		Thu Jun  1 13:36:52 UTC 2000

Modified Files:
	syssrc/sys/kern: kern_sysctl.c

Log Message:
Plug a slow kernel memory leak - a page was lost for each system or
zombie process queried with the KERN_PROC_ARGS sysctl.  Fixed by moving
a malloc call after all possible early return conditions.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 syssrc/sys/kern/kern_sysctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.