android_kernel_xiaomi_sm8350/core/hdd
jiad d91a6840f6 qcacld-3.0: fix a double-free in ipa uc ready callback
hdd_ipa_uc_loaded_uc_cb() allocates a msg buffer and passes it to
workqueue handler. Both hdd_ipa_uc_loaded_uc_cb() and workqueue
handler free the msg buffer, which leads to wrong memory dereference.

Fix is to return directly in hdd_ipa_uc_loaded_uc_cb() and let workqueue
handler free the msg buffer.

Change-Id: I842700e7fe94dc9a77fba966d918a054bc79f36a
CRs-Fixed: 2069189
2017-08-05 23:53:31 -07:00
..
inc qcacld-3.0: Fix to set roaming capability in get_supported_features() 2017-08-03 19:48:51 -07:00
src qcacld-3.0: fix a double-free in ipa uc ready callback 2017-08-05 23:53:31 -07:00