Fix a NULL pointer dereference when a DDB 'ps' attempts to
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 29 Jun 2008 21:38:21 +0000 (21:38 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 29 Jun 2008 21:38:21 +0000 (21:38 +0000)
commit9daaf3d302c2a107e20a4badda4ac368990a307c
tree47fcfba75539283e0c5ace12dddf45b58eb8aba5
parent7db2822fbd0f9dfab18a70b2ab353920f2165a87
Fix a NULL pointer dereference when a DDB 'ps' attempts to
list a process which has no LWPs associated with it.
sys/ddb/db_ps.c