Subject: Re: Pipes 1.1, bugfix available
To: Jason R Thorpe <thorpej@zembu.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 04/10/2001 11:57:33
> On Tue, Apr 10, 2001 at 11:01:10AM -0400, der Mouse wrote:
> 
>  > Why would it do that?  I can see some possible reasons:
>  > 
>  > - Maybe the uio doesn't know what address space it's for.
> 
> It knows what address space it belongs to, but like I said in my mail,
> it uses copyout(), which only works on "current context".

It would make sense to put an ASSERT of some sort in uiomove to catch
mistakes like that...

						- Bill