CVSROOT:        /cvs
Module name:    src
Changes by:     [EMAIL PROTECTED]       2008/10/31 11:29:51

Modified files:
        sys/kern       : sys_process.c 

Log message:
Do not assume that a pointer to another process will live over a set of
sleeping calls.  Since we are simply operating on another process'
vmspace, grab a (refcounted) copy of that pointer and use that instead.
Similar to the bug just fixed in sysctl_proc_args.
discussed with art

Reply via email to