mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
fix(wifi): Resolve out-of-bounds memory access in ieee80211w_kde_add
This commit is contained in:
Submodule components/esp_wifi/lib updated: 902e91a7e6...94bb77fced
@@ -290,7 +290,7 @@ struct rsn_error_kde {
|
|||||||
struct wpa_igtk_kde {
|
struct wpa_igtk_kde {
|
||||||
u8 keyid[2];
|
u8 keyid[2];
|
||||||
u8 pn[6];
|
u8 pn[6];
|
||||||
u8 igtk[WPA_IGTK_LEN];
|
u8 igtk[WPA_IGTK_MAX_LEN];
|
||||||
} STRUCT_PACKED;
|
} STRUCT_PACKED;
|
||||||
#endif /* CONFIG_IEEE80211W */
|
#endif /* CONFIG_IEEE80211W */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user