fill_kinfo_proc() may be asked to load information on a zombied process,
commit9a13ffd40b1d52fc841c535dfb84ba6364a305fc
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 Jan 2008 23:41:55 +0000 (7 23:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 Jan 2008 23:41:55 +0000 (7 23:41 +0000)
tree9a839cf3fdc7f43c6657f7ddc7629995fe282a72
parentd852650ddbb4be0dd11ac113009a0052b0e80632
fill_kinfo_proc() may be asked to load information on a zombied process,
deal with NULL pointers in the proc structure.

Reported-by: Peter Avalos <pavalos@theshell.com>
sys/kern/kern_kinfo.c