K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-03-07T02:25:13.000000Z K 7 svn:log V 263 Check to see if p_fd is NULL before derferencing it in checkdirs(). It's possible for us to see a process in the early stages of fork before p_fd has been initialized. Ideally, we wouldn't stick a process on the allproc list until it was fully created however. END