kernel-ark/net/core
Herbert Xu ef8aef55ce [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 skb_copy_and_csum_datagram_iovec.  Since the total
length should also be zero if msg_iovlen is zero, it's
sufficient to check the total length there and simply
return if it's zero.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-09-11 10:29:07 +02:00
..
datagram.c [NET]: Do not dereference iov if length is zero 2007-09-11 10:29:07 +02:00
dev_mcast.c [NET]: Fix crash in dev_mc_sync()/dev_mc_unsync() 2007-08-26 18:35:43 -07:00
dev.c [NET]: Share correct feature code between bridging and bonding 2007-08-13 22:52:14 -07:00
dst.c
ethtool.c [NET]: Unexport dev_ethtool 2007-08-14 17:38:44 -07:00
fib_rules.c
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
kmap_skb.h
link_watch.c
Makefile
neighbour.c [NET]: is_power_of_2 in net/core/neighbour.c 2007-08-26 18:35:37 -07:00
net-sysfs.c
netevent.c
netpoll.c
pktgen.c [PKTGEN]: Remove write-only variable. 2007-08-30 22:46:36 -07:00
request_sock.c
rtnetlink.c [RTNETLINK]: Fix warning for !CONFIG_KMOD 2007-07-31 14:13:50 -07:00
scm.c
skbuff.c
sock.c
stream.c
sysctl_net_core.c
user_dma.c
utils.c [NET] net/core/utils: fix sparse warning 2007-08-07 18:02:43 -07:00