Re: remove kcopy

2014-01-10 Thread Artur Grabowski
On Fri, Jan 10, 2014 at 6:31 AM, Ted Unangst t...@tedunangst.com wrote: On Fri, Jan 10, 2014 at 05:14, Miod Vallat wrote: The only caller of kcopy is uiomove. There is no way a function like this can ever work. If you need to rely on your copy function to save you from pointers outside the

Re: remove kcopy

2014-01-09 Thread Miod Vallat
The only caller of kcopy is uiomove. There is no way a function like this can ever work. If you need to rely on your copy function to save you from pointers outside the address space, it means you don't know what garbage you're passing it. Meaning you may well be passing it pointers inside

Re: remove kcopy

2014-01-09 Thread Theo de Raadt
The only caller of kcopy is uiomove. There is no way a function like this can ever work. If you need to rely on your copy function to save you from pointers outside the address space, it means you don't know what garbage you're passing it. Meaning you may well be passing it pointers