Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/07/2000 07:10:49
Module Name:	syssrc
Committed By:	mrg
Date:		Fri Jul  7 14:10:49 UTC 2000

Modified Files:
	syssrc/sys/kern: subr_extent.c

Log Message:
more extent_alloc() fixes:

check that newstart + size - 1 doesn't overflow the end of the extent, rather
than the "dontcross" value, which can easily overflow the end of an extent
when being asked for an object with a large boundary requirement.  this test
is more valid, in any case, and fixes extent_alloc() failure when the start of
the extent is not "aligned".


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/kern/subr_extent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.