From owner-cvs-all Sun Mar 31 2:33:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E69637B41B; Sun, 31 Mar 2002 02:33:12 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VAXCa50362; Sun, 31 Mar 2002 02:33:12 -0800 (PST) (envelope-from alfred) Message-Id: <200203311033.g2VAXCa50362@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 31 Mar 2002 02:33:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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