diff options
author | 2016-08-13 19:52:38 +0100 | |
---|---|---|
committer | 2016-08-15 16:35:13 +0200 | |
commit | 803394d03b43ba0ef4a9ed148de19c01d87cd13a (patch) | |
tree | 99a4c220b5a2fa54b9867e051f93aba23ecbd02d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Staging: ks7010: michael_mic: fixed macros coding style issue (diff) | |
download | linux-dev-803394d03b43ba0ef4a9ed148de19c01d87cd13a.tar.xz linux-dev-803394d03b43ba0ef4a9ed148de19c01d87cd13a.zip |
staging: ks7010: do not dereference priv if priv is null
priv is being dereferenced before a check for it being null
is made, so there is a possibililty a null pointer deference
can occur. Instead, only dereference priv if it is non-null.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions