David Oladunjoye f891260630 qcacld-3.0: Fix out-of-bounds access while copying SSID
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
2021-10-22 12:40:48 -07:00
2021-10-20 00:32:41 -07:00

This is CNSS WLAN Host Driver for products starting from iHelium
Beschreibung
Keine Beschreibung vorhanden
Readme 226 MiB
Sprachen
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%