diff options
| author | Colin Ian King <colin.king@canonical.com> | 2019-10-24 13:32:18 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-10-28 23:38:06 +0300 |
| commit | 556f124fb30621df3089d624ac57f13744712753 (patch) | |
| tree | aae66c0e0c71280765c3a66da28a8e6dab2152d5 /tools/perf/scripts/python/sctop.py | |
| parent | 5b7fe93db008ff013db24239136a25f3ac5142ac (diff) | |
| download | linux-556f124fb30621df3089d624ac57f13744712753.tar.xz | |
net: dsa: fix dereference on ds->dev before null check error
Currently ds->dev is dereferenced on the assignments of pdata and
np before ds->dev is null checked, hence there is a potential null
pointer dereference on ds->dev. Fix this by assigning pdata and
np after the ds->dev null pointer sanity check.
Addresses-Coverity: ("Dereference before null check")
Fixes: 7e99e3470172 ("net: dsa: remove dsa_switch_alloc helper")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reported-by: kbuild test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Vivien Didelot <vivien.didelot@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
