summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRakesh Pillai <pillair@codeaurora.org>2018-06-08 17:20:14 +0530
committerRakesh Pillai <pillair@codeaurora.org>2018-06-08 17:21:40 +0530
commitcf1353d02a5d4e6e071fb25f3839067b7512cc1b (patch)
tree215fabae194e7028e5f139e38dc07c9aacad15eb /tools/perf/scripts/python
parent076ea10f280267dd83dfe75b1580048c9a4f989c (diff)
qcacld-2.0: Fix Use-After-Free in ol_txrx_pdev_detach
The use TAILQ_FOREACH for freeing the fw_stats list during pdev detach causes a use-after-free condition, which can lead to unexpected behavior during the driver load or unload. Fix the possible Use-after-free condition in pdev detach, by using TAILQ_FOREACH_SAFE instead of TAILQ_FOREACH for freeing the fw_stats list. CRs-Fixed: 2257124 Change-Id: I5dfcc5e3f0d2e77a5f6226eca06bc6ab1af4e643
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions