kernel-ark/net/ieee802154
Changli Gao 6503d96168 net: check the length of the socket address passed to connect(2)
check the length of the socket address passed to connect(2).

Check the length of the socket address passed to connect(2). If the
length is invalid, -EINVAL will be returned.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
----
net/bluetooth/l2cap.c | 3 ++-
net/bluetooth/rfcomm/sock.c | 3 ++-
net/bluetooth/sco.c | 3 ++-
net/can/bcm.c | 3 +++
net/ieee802154/af_ieee802154.c | 3 +++
net/ipv4/af_inet.c | 5 +++++
net/netlink/af_netlink.c | 3 +++
7 files changed, 20 insertions(+), 3 deletions(-)
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-01 17:26:01 -07:00
..
af802154.h
af_ieee802154.c net: check the length of the socket address passed to connect(2) 2010-04-01 17:26:01 -07:00
dgram.c net: sk_drops consolidation 2009-10-14 20:40:11 -07:00
ieee802154.h ieee802154: add two nl802154 helpers 2009-11-06 14:32:21 +03:00
Kconfig
Makefile ieee802154: add LIST_PHY command support 2009-11-06 14:31:22 +03:00
netlink.c ieee802154: add two nl802154 helpers 2009-11-06 14:32:21 +03:00
nl_policy.c ieee802154: add LIST_PHY command support 2009-11-06 14:31:22 +03:00
nl-mac.c ieee802154: add PHY_NAME to LIST_IFACE command results 2009-11-06 14:32:22 +03:00
nl-phy.c ieee802154: add support for creation/removal of logic interfaces 2009-11-06 14:32:24 +03:00
raw.c net: sk_drops consolidation 2009-10-14 20:40:11 -07:00
wpan-class.c ieee802154: make wpan-phy class registration to subsys_initcall 2009-11-13 00:07:15 +03:00