ipv4: ARP neigh procfs buffer overflow
authorroel kluin <roel.kluin@gmail.com>
Wed, 29 Jul 2009 23:46:59 +0000 (23:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2009 20:27:29 +0000 (13:27 -0700)
If arp_format_neigh_entry() can be called with n->dev->addr_len == 0, then a
write to hbuffer[-1] occurs.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found