f891260630de2bf547c5b1cfd082d80349d392db

Issue is, if the req->ssid_len is greater than 32 then record->conn_info.ssid_len is limited to 32, but while copying the ssid to the destination array, req->ssid_len is used, which may cause out of bounds access. Fix is to use destination array ssid length record->conn_info.ssid_len Change-Id: I2a661b18fc1d27eec8b2f85877681fc1b782ad39 CRs-Fixed: 3059161
This is CNSS WLAN Host Driver for products starting from iHelium
Beschreibung
Sprachen
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%