61084986b648b61870fbf4e711bb26b8b2889b87

lim_update_sta_ds can free the assoc_req internally and make it NULL but as its passed by value the modified NULL value is not seen in the caller lim_process_assoc_req_frame and thus double free is seen. To fix this pass assoc_req by context to the lim_update_sta_ds. Change-Id: If4255e3096f91debf2a23688d4dd36ba90475d1b CRs-Fixed: 1100562
This is CNSS WLAN Host Driver for products starting from iHelium
Описание
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%