Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 08/24/2003 16:32:51
Module Name:	src
Committed By:	chs
Date:		Sun Aug 24 16:32:51 UTC 2003

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

Log Message:
mprotect()'s "len" is really a size_t, and we can't do any useful
bounds-checking on it.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/uvm/uvm_mmap.c

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