Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/27/2001 09:30:04
Module Name: syssrc
Committed By: jdolecek
Date: Tue Nov 27 07:30:04 UTC 2001
Modified Files:
syssrc/sys/kern: kern_prot.c
Log Message:
crfree(): add DIAGNOSTIC sanity check of cr_ref; unfortunately, if the memory
is freed prematurely the check won't be triggered immediatelly, probably
since the memory is likely to be reused fast; but it _would_ be triggered
eventually
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/kern/kern_prot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.