Skip to content

Commit 4fe1529

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/ieee80211w_kde_add_out_of_bound' into 'master'
Resolve out-of-bounds memory access in ieee80211w_kde_add Closes IDF-12728 and IDF-12729 See merge request espressif/esp-idf!38037
2 parents ad14f11 + 28df323 commit 4fe1529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/wpa_supplicant/src/common/wpa_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ struct rsn_error_kde {
290290
struct wpa_igtk_kde {
291291
u8 keyid[2];
292292
u8 pn[6];
293-
u8 igtk[WPA_IGTK_LEN];
293+
u8 igtk[WPA_IGTK_MAX_LEN];
294294
} STRUCT_PACKED;
295295
#endif /* CONFIG_IEEE80211W */
296296

0 commit comments

Comments
 (0)