Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/30/2000 13:13:35
Module Name: syssrc
Committed By: he
Date: Sun Apr 30 20:13:35 UTC 2000
Modified Files:
syssrc/sys/kern [netbsd-1-4]: kern_ktrace.c
Log Message:
Modify/re-do last pullup (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 version of the fix does not increase the size of struct proc
compared to 1.4.2.
To generate a diff of this commit:
cvs rdiff -r1.33.6.1 -r1.33.6.2 syssrc/sys/kern/kern_ktrace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.