android_kernel_xiaomi_sm8350/core
Sourav Mohapatra e14c24792e qcacld-3.0: Use delete safe loop to remove sta info
Presently, in hdd_reset_all_adapters, the removal of the sta_info
structures via hdd_deregister_sta happens inside a loop that is not safe
for removal. This can cause various potential invalid memory access from
use-after-free to null-dereference.

To rectify this, use the delete safe API to loop over the sta info
entries.

Change-Id: I3d5526af8d8f819874f6bcffabf27ceb74f6f32a
CRs-Fixed: 2557364
2019-11-02 12:25:39 -07:00
..
bmi qcacld-3.0: Add synchronization between unloading & SSR recovering 2019-10-19 19:25:31 -07:00
cds qcacld-3.0: Use pdev_id instead of global dp handle 2019-10-24 21:41:42 -07:00
dp qcacld-3.0: Add support to flush rx packets for a vdev 2019-11-01 00:17:18 -07:00
hdd qcacld-3.0: Use delete safe loop to remove sta info 2019-11-02 12:25:39 -07:00
mac Release 5.2.0.155N 2019-11-02 05:19:59 -07:00
pld qcacld-3.0: Add PCIe register window lock related APIs 2019-10-28 20:58:30 -07:00
sap qcacld-3.0: Check vdev valid for access 2019-11-01 12:05:16 -07:00
sme qcacld-3.0: Avoid calling wlan_hdd_set_mon_chan for STA mode 2019-11-02 12:25:34 -07:00
wma qcacld-3.0: Fix the wrong HE 160MHz mcs map in assoc request 2019-11-01 15:19:43 -07:00