git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b22b1b
)
net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrs
author
Marcus Meissner
<meissner@suse.de>
Mon, 6 Jun 2011 06:00:07 +0000
(06:00 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 6 Jun 2011 21:48:16 +0000
(14:48 -0700)
Same check as for IPv4, also do for IPv6.
(If you passed in a IPv4 sockaddr_in here, the sizeof check
in the line before would have triggered already though.)
Signed-off-by: Marcus Meissner <meissner@suse.de>
Cc: Reinhard Max <max@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found