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 |
||
---|---|---|
.. | ||
bmi | ||
cds | ||
dp | ||
hdd | ||
mac | ||
pld | ||
sap | ||
sme | ||
wma |