Remove debugging code that slipped into the previous commit.
Spotted by: bde
This commit is contained in:
parent
b209e5e3e4
commit
02ec600572
@ -491,9 +491,6 @@ iov_to_uio(struct iovec *iovp, u_int iovcnt, struct uio *auio)
|
||||
u_int iovlen;
|
||||
struct iovec *iov = NULL;
|
||||
|
||||
if (iovcnt < 0)
|
||||
panic("iovcnt < 0!\n");
|
||||
|
||||
/* note: can't use iovlen until iovcnt is validated */
|
||||
iovlen = iovcnt * sizeof (struct iovec);
|
||||
if (iovcnt > UIO_MAXIOV) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user