diff options
| author | Dan Carpenter <[email protected]> | 2020-01-08 08:42:36 +0300 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-01-08 16:03:35 -0800 |
| commit | ac9c41d5a053e71777e8c2191681358499eff04b (patch) | |
| tree | 05e2c24f5a75c762001bd2efab7fb964fe390dc5 /tools/perf/scripts/python | |
| parent | d97772dbd7727655aa894f1610e983e73678212e (diff) | |
ethtool: potential NULL dereference in strset_prepare_data()
Smatch complains that the NULL checking isn't done consistently:
net/ethtool/strset.c:253 strset_prepare_data()
error: we previously assumed 'dev' could be null (see line 233)
It looks like there is a missing return on this path.
Fixes: 71921690f974 ("ethtool: provide string sets with STRSET_GET request")
Signed-off-by: Dan Carpenter <[email protected]>
Reviewed-by: Michal Kubecek <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions