]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When "cloning" a pipe's buffer bcopy the data after dropping the pipe's
authorAlfred Perlstein <alfred@FreeBSD.org>
Fri, 22 Mar 2002 16:09:22 +0000 (16:09 +0000)
committerAlfred Perlstein <alfred@FreeBSD.org>
Fri, 22 Mar 2002 16:09:22 +0000 (16:09 +0000)
commitdb512567072952a8939a1d11517492da4ee27230
tree3e1082e567c5dc2e0fe08f89641825ca1552e041
parent75ce89ce82260a3110ac2d96d76d7c4516d6b56f
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.
sys/kern/sys_pipe.c