Files
ubports_kernel_google_msm/net
Eric Dumazet b971e7ac83 net: fix /proc/net/snmp as memory corruptor
icmpmsg_put() can happily corrupt kernel memory, using a static
table and forgetting to reset an array index in a loop.

Remove the static array since its not safe without proper locking.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-10 21:43:08 -08:00
..
2008-11-05 13:19:07 -06:00
2008-10-13 18:58:48 -07:00
2008-11-10 16:34:11 -08:00
2008-09-30 03:03:35 -07:00
2008-11-01 09:49:46 -07:00