fill_kinfo_proc() may be asked to load information on a zombied process,
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 Jan 2008 23:41:55 +0000 (23:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 7 Jan 2008 23:41:55 +0000 (23:41 +0000)
commitbcdbc1b17f4e13c1e32951bca82f5a97df4f92db
tree8c75eaac2388c23e39f76936d3ca2f642aee037c
parentc9d4010af00096beae19ae7b21114b1ccfbf35d0
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