Date: Tue, 6 Mar 2001 18:25:13 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200103070225.f272PDv67408@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103070225.f272PDv67408>