aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNeil Horman <nhorman@tuxdriver.com>2008-09-09 13:51:35 -0700
committerDavid S. Miller <davem@davemloft.net>2008-09-09 13:51:35 -0700
commite550dfb0c2c31b6363aa463a035fc9f8dcaa3c9b (patch)
tree66f11aed70a892a3768d3e0f5100cd4c1c7b6b1e /Makefile
parent225f40055f779032974a9fce7b2f9c9eda04ff58 (diff)
ipv6: Fix OOPS in ip6_dst_lookup_tail().
This fixes kernel bugzilla 11469: "TUN with 1024 neighbours: ip6_dst_lookup_tail NULL crash" dst->neighbour is not necessarily hooked up at this point in the processing path, so blindly dereferencing it is the wrong thing to do. This NULL check exists in other similar paths and this case was just an oversight. Also fix the completely wrong and confusing indentation here while we're at it. Based upon a patch by Evgeniy Polyakov. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions