aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2017-07-10 15:47:23 -0700
committerLinus Torvalds <[email protected]>2017-07-10 16:32:30 -0700
commitdbac61a3f2afac562efa51b0a196ed71b6b8d109 (patch)
treec9bbf5dd8f0a086143df9908146ea8ece1d9bb28 /tools/perf/scripts/python/check-perf-trace.py
parent06226226773d56685de6ee9eb3f5d668e9f772ee (diff)
mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereference
The NULL check at line 1226: if (!pgdat), implies that pointer pgdat might be NULL. rollback_node_hotadd() dereferences this pointer. Add NULL check to avoid a potential NULL pointer dereference. Addresses-Coverity-ID: 1369133 Link: http://lkml.kernel.org/r/20170530212436.GA6195@embeddedgus Signed-off-by: Gustavo A. R. Silva <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions