rwatson 2007-05-27 17:28:00 UTC
FreeBSD src repository
Modified files:
sys/i386/i386 trap.c
Log:
Don't check curproc->p_comm for NULL as it is an array allocated as part of
struct proc.
Found with: Coverity Prevent(tm)
CID: 2096
Revision Changes Path
1.302 +1 -3 src/sys/i386/i386/trap.c