2628343597845a3cc4eea0e75e8bb0774f419aeb

In the function wma_set_epno_network_list, req->networks[i].ssid.ssId is copied into the destination params->networks[i].ssid.mac_ssid. But the ssid length is not considered while copying and WMI_MAC_MAX_SSID_LENGTH is used as the length for copying. This might result in possible buffer overread if the ssid length is not WMI_MAC_MAX_SSID_LENGTH. Similar issue is seen in wma_pno_start also. Use pno->aNetworks[i].ssId.length as the size to mem copy the ssid to the destination ssid buffer. Change-Id: Id3f579da97e398663b7d583f5f46d4671eabeae3 CRs-Fixed: 2233682
This is CNSS WLAN Host Driver for products starting from iHelium
설명
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%