Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/28/1999 17:26:02
Module Name: syssrc
Committed By: thorpej
Date: Sun Aug 29 00:26:02 UTC 1999
Modified Files:
syssrc/sys/kern: subr_pool.c
Log Message:
In _pool_put(), panic if we're put'ing with nout == 0. This will help us
detect a little earlier if we've dup-put'd. Otherwise, underflow occurs,
and subsequent allocations simply hang or fail (it thinks the hardlimit
has been reached).
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/kern/subr_pool.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.