K 10 svn:author V 6 marcus K 8 svn:date V 27 2008-12-19T06:50:15.425556Z K 7 svn:log V 249 Do not segfault when procstat -f or procstat -v is called on a process not owned by the current user. If kinfo_getfile() or kinfo_getvmmap() return NULL, simply exit, and do not try and derefernce the memory. Reviewed by: peter Approved by: peter END