]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: arp_notify address list bug
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 7 Oct 2009 10:18:17 +0000 (03:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2009 10:18:17 +0000 (03:18 -0700)
commitc54646546c42dfaf37d77cb5ccb165b1b52adad5
tree9fb1079548ed85e802c3cc46aa525ae51619e88c
parentde1b34a2c89c376570eef58e6dec18511ab65613
ipv4: arp_notify address list bug

This fixes a bug with arp_notify.

If arp_notify is enabled, kernel will crash if address is changed
and no IP address is assigned.
  http://bugzilla.kernel.org/show_bug.cgi?id=14330

Reported-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/devinet.c