CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/12/29 17:58:19
Modified files:
sys/kern : kern_sysctl.c
Log message:
In sysctl_proc_cwd(), vref() the target proc's fd_cdir before calling
malloc(), so that it can't exit and be freed if we sleep.
(another sparc.p nightmare test case)
ok beck@, phessler@
