summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-05-12 20:13:55 +0300
committerDavid S. Miller <davem@davemloft.net>2020-05-14 01:20:00 +0300
commit6545be82807cc01712411321730656ad8ad30474 (patch)
tree285f4c9509d545824db78d943ccf072c7853e92d /tools/perf/scripts/python/exported-sql-viewer.py
parent6cb7576710aea4dfd11449b4f514a03cd9f03505 (diff)
downloadlinux-6545be82807cc01712411321730656ad8ad30474.tar.xz
sfc: fix dereference of table before it is null checked
Currently pointer table is being dereferenced on a null check of table->must_restore_filters before it is being null checked, leading to a potential null pointer dereference issue. Fix this by null checking table before dereferencing it when checking for a null table->must_restore_filters. Addresses-Coverity: ("Dereference before null check") Fixes: e4fe938cff04 ("sfc: move 'must restore' flags out of ef10-specific nic_data") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions