summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJohn Dias <joaodias@google.com>2016-11-09 11:03:57 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-10 14:18:20 -0800
commit5145fb9b0073d2e40eac76699fba16695c0dac78 (patch)
tree8e64750f4c1561bac3538558a392551f083abe44 /tools/perf/scripts/python
parent0a8e939a4e57d86da88c9856cd266447fc45ea85 (diff)
perf: don't leave group_entry on sibling list (use-after-free)
When perf_group_detach is called on a group leader, it should empty its sibling list. Otherwise, when a sibling is later deallocated, list_del_event() removes the sibling's group_entry from its current list, which can be the now-deallocated group leader's sibling list (use-after-free bug). Bug: 32402548 Change-Id: I99f6bc97c8518df1cb0035814368012ba72ab1f1 Signed-off-by: John Dias <joaodias@google.com> Git-repo: https://android.googlesource.com/kernel/msm Git-commit: 6b6cfb2362f09553b46b3b7e5684b16b6e53e373 Signed-off-by: Dennis Cagle <d-cagle@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions