CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/06/19 08:44:45

Modified files:
        sys/kern       : kern_sysctl.c 

Log message:
Skip exiting procesess in sysctl_file2(). As processes in exit1()
do a pdfree() way before they remove themself from the allproc
list. This prevents a null deref found by t...@.

Joint work with mikeb

OK millert@, tedu@

Reply via email to