aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-01-13 18:48:20 +0000
committerDavid S. Miller <davem@davemloft.net>2017-01-16 13:48:48 -0500
commit57b68ec2a7be9a7e9f8999850f8ee5baa49023e4 (patch)
tree14d141beaf15ea3c11936e3eaa4211148c4d4f0a /net
parentnetlink: do not enter direct reclaim from netlink_trim() (diff)
downloadlinux-dev-57b68ec2a7be9a7e9f8999850f8ee5baa49023e4.tar.xz
linux-dev-57b68ec2a7be9a7e9f8999850f8ee5baa49023e4.zip
flow dissector: check if arp_eth is null rather than arp
arp is being checked instead of arp_eth to see if the call to __skb_header_pointer failed. Fix this by checking arp_eth is null instead of arp. Also fix to use length hlen rather than hlen - sizeof(_arp); thanks to Eric Dumazet for spotting this latter issue. CoverityScan CID#1396428 ("Logically dead code") on 2nd arp comparison (which should be arp_eth instead). Fixes: commit 55733350e5e8b70c5 ("flow disector: ARP support") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/core/flow_dissector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/flow_dissector.c b/net/core/flow_dissector.c
index e3dffc7a4785..c35aae13c8d2 100644
--- a/net/core/flow_dissector.c
+++ b/net/core/flow_dissector.c
@@ -407,9 +407,9 @@ mpls:
arp_eth = __skb_header_pointer(skb, nhoff + sizeof(_arp),
sizeof(_arp_eth), data,
- hlen - sizeof(_arp),
+ hlen,
&_arp_eth);
- if (!arp)
+ if (!arp_eth)
goto out_bad;
if (dissector_uses_key(flow_dissector,