vxlan: fix potential NULL dereference in arp_reduce()
authorDavid Stevens <dlstevens@us.ibm.com>
Tue, 18 Mar 2014 16:32:29 +0000 (12:32 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Apr 2014 13:42:17 +0000 (06:42 -0700)
commitc3c4a8c1e19205057f680ab3d73044462bd5303c
tree8b389cb15e06ab099dcbea3e3bf410d75daec9e6
parent8e5612a299431024c3b8c136ba4cb7c523dec934
vxlan: fix potential NULL dereference in arp_reduce()

[ Upstream commit 7346135dcd3f9b57f30a5512094848c678d7143e ]

This patch fixes a NULL pointer dereference in the event of an
skb allocation failure in arp_reduce().

Signed-Off-By: David L Stevens <dlstevens@us.ibm.com>
Acked-by: Cong Wang <cwang@twopensource.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/vxlan.c