Date: Mon, 8 Jan 2001 14:14:48 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c Message-ID: <200101082214.f08MEnf72316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2001/01/08 14:14:48 PST
Modified files:
sys/kern sys_pipe.c
Log:
If we failed to allocate the file discriptor for the write end of
the pipe, then we were corrupting the pipe_zone free list by calling
pipeclose on rpipe twice. NULL out rpipe to avoid this.
Reviewed by: dillon
Reviewed by: iedowse
Revision Changes Path
1.68 +9 -1 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?200101082214.f08MEnf72316>
