Dosyaya git
Abhishek Singh 53b478ce4e qcacmn: Fix mismatch in mem alloc and mem free API
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
2016-09-08 18:22:27 -07:00
2016-09-08 18:22:27 -07:00

This is CNSS WLAN Host Driver for products starting from iHelium
Açıklama
Hiçbir açıklama sağlanmadı
Benioku 226 MiB
Dil
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%