Abhishek Singh 61084986b6 qcacld-3.0: Fix double free issue of assoc_req
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
2017-01-11 09:06:33 -08:00
Описание
No description provided
Readme 226 MiB
Languages
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%