aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-11-24 15:03:02 +0000
committerDavid S. Miller <[email protected]>2018-11-25 01:40:35 +0000
commit3c18aa1464f9232d6abac8d7b4540f61b0658d62 (patch)
treef0a0602eebf761b741426a62a03450ca6d95a6eb /tools/bpf/bpftool/prog.c
parentcxgb4: remove set but not used variables 'multitrc, speed' (diff)
downloadkernel-3c18aa1464f9232d6abac8d7b4540f61b0658d62.tar.gz
kernel-3c18aa1464f9232d6abac8d7b4540f61b0658d62.zip
net: qualcomm: rmnet: move null check on dev before dereferecing it
Currently dev is dereferenced by the call dev_net(dev) before dev is null checked. Fix this by null checking dev before the potential null pointer dereference. Detected by CoverityScan, CID#1462955 ("Dereference before null check") Fixes: 23790ef12082 ("net: qualcomm: rmnet: Allow to configure flags for existing devices") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions