53b478ce4e7856c19746db3037e06b2490144e1b

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
This is CNSS WLAN Host Driver for products starting from iHelium
Açıklama
Dil
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%