]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/p2p_supplicant.c
Clear WPA and EAPOL state machine config pointer on network removal
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 Jun 2011 16:02:24 +0000 (19:02 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 Jun 2011 16:02:24 +0000 (19:02 +0300)
commit20a0b03debef66cc57b0c34a05f8be5229be907c
treed0cf862cb95fee56aedbf346e784ae51936a0128
parent567afddb69a84aa144a87e27ad94baa40967d964
Clear WPA and EAPOL state machine config pointer on network removal

Make sure that the WPA and EAPOL state machines do not hold a pointer
to a network configuration that is about to be freed. This can fix
potential issues with references to freed memory.
wpa_supplicant/ctrl_iface.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/wps_supplicant.c