Add size check of SSID information element in incoming 802.11
frames, to prevent memcpy() of IE in array bssid->Ssid.Ssid, with
size more than 32 bytes.
Signed-off-by: Denis Straghkov
---
.../staging/rtl8723bs/core/rtw_wlan_util.c| 24 +++
1 file changed, 9 insertions(+),
Add size check of SSID information element in incoming 802.11
frames, to prevent memcpy() of IE in array bssid->Ssid.Ssid, with
size more than 32 bytes.
Signed-off-by: Denis Straghkov
---
Changes in v2:
- Replace spaces on tabs.
.../staging/rtl8723bs/core/rtw_wlan_util.c|