aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2018-07-25 19:47:19 -0500
committerStephen Boyd <[email protected]>2018-08-31 10:37:00 -0700
commite9a2310fb689151166df7fd9971093362d34bd79 (patch)
tree49ff5f885fc06ad2767f81985ba2be0d4acc765f /tools/perf/scripts/python/exported-sql-viewer.py
parent0b85de7cef013eeaf5cc873f0fd127ccfc2413be (diff)
reset: hisilicon: fix potential NULL pointer dereference
There is a potential execution path in which function platform_get_resource() returns NULL. If this happens, we will end up having a NULL pointer dereference. Fix this by replacing devm_ioremap with devm_ioremap_resource, which has the NULL check and the memory region request. This code was detected with the help of Coccinelle. Cc: [email protected] Fixes: 97b7129cd2af ("reset: hisilicon: change the definition of hisi_reset_init") Signed-off-by: Gustavo A. R. Silva <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions