Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 07/05/1999 19:15:53
Module Name: syssrc
Committed By: cgd
Date: Tue Jul 6 02:15:53 UTC 1999
Modified Files:
syssrc/sys/uvm: uvm_amap.c
Log Message:
fix allocation handling bugs in amap_alloc1(). if the first or second
sub-structure malloc() failed, it was quite likely that the function
would return success incorrectly. This is this direct cause of the bug
reported in PR#7897. (Thanks to chs for helping to track it down.)
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/uvm/uvm_amap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.