Date: Wed, 27 Feb 2002 09:23:16 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c Message-ID: <200202271723.g1RHNGw27741@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/02/27 09:23:16 PST Modified files: sys/kern sys_pipe.c Log: Fix a NULL deref panic in pipe_write, we can't blindly lock pipe->pipe_peer->pipe_mtxp because it may be NULL, so lock the passed in pipe's mutex instead. Revision Changes Path 1.91 +12 -12 src/sys/kern/sys_pipe.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?200202271723.g1RHNGw27741>