From owner-cvs-all Tue Mar 6 18:25:19 2001 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 E1A6F37B71A; Tue, 6 Mar 2001 18:25:13 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f272PDv67408; Tue, 6 Mar 2001 18:25:13 -0800 (PST) (envelope-from jhb) Message-Id: <200103070225.f272PDv67408@freefall.freebsd.org> From: John Baldwin Date: Tue, 6 Mar 2001 18:25:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/06 18:25:13 PST Modified files: sys/kern vfs_syscalls.c Log: Check to see if p_fd is NULL before derferencing it in checkdirs(). It's possible for us to see a process in the early stages of fork before p_fd has been initialized. Ideally, we wouldn't stick a process on the allproc list until it was fully created however. Revision Changes Path 1.182 +3 -1 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message