On Thu, Apr 9, 2015 at 11:10 AM, Martin Natano <[email protected]> wrote: > uio_resid may overflow when coerced to u_int, causing lptwrite() to > return early. Also, uiomovei() can be replaced with uiomove(), the size > argument is of type size_t anyway.
Committed as well.
