aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/Context.c
diff options
context:
space:
mode:
authorLothar Waßmann <[email protected]>2011-11-28 15:38:37 +0100
committerMark Brown <[email protected]>2011-11-28 14:44:38 +0000
commit58fb5cf5d1edb7e306574833ee55d732918c89e3 (patch)
tree56eeb31660956d2795ca068830c603d0d240c34b /tools/perf/scripts/python/Perf-Trace-Util/Context.c
parentd4d6373c1109b11c8118340be97ae31b8f94d66a (diff)
regulator: fix use after free bug
This is caused by dereferencing 'rdev' after device_unregister() in the regulator_unregister() function. 'rdev' is freed by device_unregister(), so it must not be dereferenced after this call. [Edited commit message for legibility -- broonie] Signed-off-by: Lothar Waßmann <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/Context.c')
0 files changed, 0 insertions, 0 deletions