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:31:06
Module Name:	syssrc
Committed By:	cgd
Date:		Tue Jul  6 02:31:06 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_mmap.c

Log Message:
from the comment added to the code:
> XXX (in)sanity check.  We don't do proper datasize checking
> XXX for anonymous (or private writable) mmap().  However,
> XXX know that if we're trying to allocate more than the amount
> XXX remaining under our current data size limit, _that_ should
> XXX be disallowed.
This is one link on the chain of lossage known as PR#7897.  It's
definitely not the right fix, but it's better than nothing.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/uvm/uvm_mmap.c

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