]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net/neighbour: fix crash at dumping device-agnostic proxy entries
authorKonstantin Khlebnikov <koct9i@gmail.com>
Mon, 30 Nov 2015 22:14:48 +0000 (01:14 +0300)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 5 Feb 2016 03:33:15 +0000 (19:33 -0800)
commit3acd81a7dd4de617d8473b5a03062ee1e50bb647
tree8db4c6c5cf1a12953a5e35e2317466ae94ef150c
parent9f6c201720f482224d0817b2ace865e8a24d5f43
net/neighbour: fix crash at dumping device-agnostic proxy entries

Orabug: 22623860

[ Upstream commit 6adc5fd6a142c6e2c80574c1db0c7c17dedaa42e ]

Proxy entries could have null pointer to net-device.

Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Fixes: 84920c1420e2 ("net: Allow ipv6 proxies and arp proxies be shown with iproute2")
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit e08ca7be16f178988ccf95f96edf6eff5d89bb0a)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
net/core/neighbour.c