Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/13/2006 01:11:08
Module Name:	src
Committed By:	christos
Date:		Thu Apr 13 01:11:08 UTC 2006

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

Log Message:
Coverity CID 762: Protect against NULL dereferencing entry->object.uvm_obj
like we do a few lines before. Maybe all the tests should be changed
to UVM_ET_ISOBJ(), or the macro should do it internally?


To generate a diff of this commit:
cvs rdiff -r1.216 -r1.217 src/sys/uvm/uvm_map.c

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