Fix a NULL poiner dereference in the statistics collecting code as
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 28 Apr 2008 18:04:08 +0000 (18:04 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 28 Apr 2008 18:04:08 +0000 (18:04 +0000)
commit75210f591c4aa32493e2644e662a8f4b4d95d3f0
treec369827b82c5a6475fa530f57bd1322932272c61
parent00e314418921802adeb99868dc984522b36df410
Fix a NULL poiner dereference in the statistics collecting code as
used by 'systat -vm 1'.  p->p_vmspace can be NULL.
sys/vm/vm_meter.c