Date: Fri, 22 Mar 2002 08:09:23 -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: <200203221609.g2MG9N934743@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/03/22 08:09:23 PST Modified files: sys/kern sys_pipe.c Log: When "cloning" a pipe's buffer bcopy the data after dropping the pipe's lock as the data may be paged out and cause a fault. Revision Changes Path 1.99 +2 -2 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?200203221609.g2MG9N934743>