Date: Sun, 31 Mar 2002 02:33:12 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c kern_proc.c Message-ID: <200203311033.g2VAXCa50362@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/03/31 02:33:12 PST Modified files: sys/kern kern_exit.c kern_proc.c Log: Close some holes with p->p_args by NULL'ing out the p->p_args pointer while holding the proc lock, and by holding the pargs structure when accessing it from outside of the owner. Submitted by: Jonathan Mini <mini@haikugeek.com> Revision Changes Path 1.154 +4 -1 src/sys/kern/kern_exit.c 1.124 +10 -3 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203311033.g2VAXCa50362>