[47/50] Fix datagram recvmsg NULL iov handling regression.

2007-09-24 Thread Greg KH
From: Herbert Xu <[EMAIL PROTECTED]> commit ef8aef55ce61fd0e2af798695f7386ac756ae1e7 in mainline Subject: [47/50] [PATCH] [NET]: Do not dereference iov if length is zero When msg_iovlen is zero we shouldn't try to dereference msg_iov. Right now the only thing that tries to do so is

[47/50] Fix datagram recvmsg NULL iov handling regression.

2007-09-24 Thread Greg KH
From: Herbert Xu [EMAIL PROTECTED] commit ef8aef55ce61fd0e2af798695f7386ac756ae1e7 in mainline Subject: [47/50] [PATCH] [NET]: Do not dereference iov if length is zero When msg_iovlen is zero we shouldn't try to dereference msg_iov. Right now the only thing that tries to do so is