aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-10-10 18:01:16 +0100
committerDavid S. Miller <[email protected]>2017-10-10 10:54:17 -0700
commitb2427e671766c51379bc882fdf809d905c6f9619 (patch)
tree498341271f337447255fc04dac899aa98056f936 /tools/perf/scripts/python
parent812b5ca7d376e7e008ac0c897d1ef94eb05ddc3b (diff)
ipv6: fix dereference of rt6_ex before null check error
Currently rt6_ex is being dereferenced before it is null checked hence there is a possible null dereference bug. Fix this by only dereferencing rt6_ex after it has been null checked. Detected by CoverityScan, CID#1457749 ("Dereference before null check") Fixes: 81eb8447daae ("ipv6: take care of rt6_stats") Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Acked-by: Martin KaFai Lau <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions