Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/30/2000 05:07:37
Module Name: syssrc
Committed By: he
Date: Sun Apr 30 12:07:36 UTC 2000
Modified Files:
syssrc/sys/kern [netbsd-1-4]: kern_subr.c
Log Message:
Pull up revision 1.62 (via patch, requested by sommerfeld):
Fix two bugs:
o A malicious or erroneous program can hog the CPU in uiomove()
o A ktrace of such a program can hog large amounts of kernel memory
This increses the size of struct proc, so kernel-grovellers need
rebuild after this.
To generate a diff of this commit:
cvs rdiff -r1.45.2.1 -r1.45.2.2 syssrc/sys/kern/kern_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.