Files
linux/net
Eric Dumazet c8e2c80d7e inet_diag: fix possible overflow in inet_diag_dump_one_icsk()
inet_diag_dump_one_icsk() allocates too small skb.

Add inet_sk_attr_size() helper right before inet_sk_diag_fill()
so that it can be updated if/when new attributes are added.

iproute2/ss currently does not use this dump_one() interface,
this might explain nobody noticed this problem yet.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-13 15:54:27 -04:00
..
2015-02-23 15:28:50 -05:00
2015-02-04 09:15:18 +01:00
2015-03-12 00:28:01 -04:00
2015-03-08 12:53:46 -07:00
2015-01-28 23:15:07 -08:00