716c46c5f64cde9d492c03ee518cd623f64fa379

qcacld-2.0 to qcacmn propagation In some cases wmi_buf_alloc is used to allocate memory, while adf_os_mem_free(vos_mem_free) is used to free the memory. vos_mem_free checks if memory is present in vosMemList to detect double free. Now as wmi_buf_alloc doesnot add the allocated memory to vosMemList, vos_mem_free assume it to be double free case and cause kernel panic. Use proper corresponding API to free memory Change-Id: I3602887d2bfdb407e5805aedd7a97a57440a4567 CRs-Fixed: 1004079
Descripción
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%