e42985f86efb4a7dd5f07867b2fbf64f8d1e52be

In send_roam_scan_offload_mode_cmd_tlv, psk_msk from incoming roam request buffer is copied to destination roam_offload_11i->pmk. The psk_msk is of size 48 bytes, while destination pmk is of 32 bytes. This could result in OOB. Copy only 32 bytes for 11i pmk as 802.1x doesn't have PMK size greater than 32. In future, if Suite-B roaming support is required, interface changes are need to add new parameter to copy the remaining 16 bytes. Change-Id: I303fc15fc0f0169a049d0542674bd7add3cbb1a1 CRs-Fixed: 2470353
This is CNSS WLAN Host Driver for products starting from iHelium
Descrição
Linguagens
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%