summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAnkit Sharma <ansharma@codeaurora.org>2017-02-09 16:23:09 +0530
committerAnkit Sharma <ansharma@codeaurora.org>2017-03-24 12:00:03 +0530
commitac6a873dba4832f52f68374a8b0a0b54eabe297c (patch)
tree58caca10d669c58e8596b99b0b4cd1d00761d048 /tools/perf/scripts/python
parentd4b4dcba33e7dcc38b6080d75f799568212b9222 (diff)
leds: qpnp-flash: Fix Use-after-free(UAF) for debugfs
Fix UAF where two threads can open and close the same file. Second open will cause the private data for the first file to be overwritten. When the first file is closed and the private data is freed, this makes the now-shared private data OOB for the second thread. CRs-Fixed: 1109763 Change-Id: I1c4618d5be99e140abf0f3ea0d7f485897db5ab2 Signed-off-by: Ankit Sharma <ansharma@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions