commit | 393b9b0f830efc21c26a4ef9a9ce4d517eb98463 | [log] [tgz] |
---|---|---|
author | Govind Singh <govinds@codeaurora.org> | Thu Sep 20 10:34:26 2018 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Oct 01 17:04:34 2018 +0300 |
tree | 9e8738fe8a402bf8523246f5a06dc99356a23054 | |
parent | 752ed2a229c62f9301b9ab91d04048402fab6ff8 [diff] |
ath10k: disable napi before resource cleanup to avoid "use after free" CE buffers are cleaned up prior to napi disable and this is causing NULL pointer dereference due to "use after free". Disable napi before resource cleanup to avoid "use after free". Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>