commit | a06e8c8bfbacf4b91db9157ba6b8feca9b194934 | [log] [tgz] |
---|---|---|
author | Vinay Adella <vadella@codeaurora.org> | Fri Dec 14 20:31:49 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Fri Jan 18 21:28:45 2019 -0800 |
tree | bfa46e8dc819c6af960e91923178c76315f209c6 | |
parent | 5a453d8d40baf8e25fec31c43718d369495d14b3 [diff] |
qcacmn: Fix use-after-free issue in hal_srng_cleanup hal_srng_cleanup was called from dp_srng_cleanup after the hal_soc was freed. Move the call to dp_srng_deinit where the memory is still valid. Change-Id: Ida25ee48e527b5139fc05cd85c5634e70965ccd0 CRs-Fixed: 2367332