summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorKe Huang <keh@codeaurora.org>2019-03-20 17:21:59 +0800
committerKe Huang <keh@codeaurora.org>2019-03-20 17:33:55 +0800
commit8b93a484b6a218ca5b0c6e6cd6185e31590a29f0 (patch)
tree70f8181080b578e7e60177c7a3bcf0442973197f /tools/perf/scripts/python/call-graph-from-postgresql.py
parent84da5137cb897a47e961e08d95a2655ef35de145 (diff)
qcacld-2.0: fix the null pointer access issue when shutdown
This issue is caused by the NULL pointer access when do wlan driver shutdown and do the process of wlan connecting operation in driver at the same time. In this case, the driver is processing connecting and there is a timer started, and if it expired before this timer destory when do PE stop, it will wakeup the MC thread and continue to process it, but if some related resource freed during the shutdown before the MC thread stop, this NULL pointer access will happen. So skip to process messages in MC thread if doing shutdown and this issue will not happen in this case. Change-Id: Ifea29a43da8e7988a418b8d72ff44a39834d7522 CRs-fixed: 2418776
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions