Go to file
Srinivas Dasari 6cb69d7777 qcacld-3.0: Fix possible memleak of mbo IE in lim_send_assoc_req
Allocated a memory to hold the mbo IEs stripped from IEs received
from userspace. But this buffer is not freed in the below
failure cases,
1. Unpack of assoc request failure
2. Packet alloc failure
3. Packing of assoc request failure
4. Encryption of fils IEs in assoc request failure

So, move the freeing to a common label "end" to free the buffer in
all cases.

Change-Id: I7ad268fed1898ac9f62e30eb4bd3740cce9bb4bc
CRs-Fixed: 2662225
2021-01-10 23:53:24 -08:00
2021-01-07 21:13:34 -08:00

This is CNSS WLAN Host Driver for products starting from iHelium
儲存庫描述
No description provided
Readme 226 MiB
Languages
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%