mjacob 2007-06-17 04:17:49 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
Make sure object is NULL- there is a possible case where you could
fall through to it being used w/o being set. Put a break in the default
case.
Revision Changes Path
1.211 +2 -1 src/sys/vm/vm_mmap.c