Willem de Bruijn 486efdc8f6 packet: validate msg_namelen in send directly
Packet sockets in datagram mode take a destination address. Verify its
length before passing to dev_hard_header.

Prior to 2.6.14-rc3, the send code ignored sll_halen. This is
established behavior. Directly compare msg_namelen to dev->addr_len.

Change v1->v2: initialize addr in all paths

Fixes: 6b8d95f1795c4 ("packet: validate address length if non-zero")
Suggested-by: David Laight <David.Laight@aculab.com>
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-01 11:28:35 -04:00
..
2019-01-23 11:18:00 -08:00
2019-04-30 23:38:38 -04:00
2018-11-10 16:55:11 -08:00
2019-03-26 08:35:36 +01:00
2019-04-30 11:35:48 -04:00
2019-03-19 16:00:22 -07:00
2019-02-21 16:23:56 -08:00
2019-04-24 12:07:08 -07:00
2019-04-30 10:50:50 -04:00
2019-03-08 14:48:40 -08:00
2019-03-11 15:40:14 -07:00
2019-03-16 01:27:51 +01:00
2019-03-15 15:29:47 -07:00