hostap/src
Jouni Malinen 8350d0afd8 EAP-pwd: Avoid double-frees on some error paths
At least some error paths (e.g., hitting the limit on hunt-and-peck
iterations) could have resulted in double-freeing of some memory
allocations. Avoid this by setting the pointers to NULL after they have
been freed instead of trying to free the data structure in a location
where some external references cannot be cleared. [Bug 453]

Signed-hostap: Jouni Malinen <j@w1.fi>
2012-06-30 16:16:32 +03:00
..
ap hostapd: Add IEEE 802.11ac VHT IEs into Beacon/Probe Response 2012-06-30 13:57:52 +03:00
common hostapd: Initial IEEE 802.11ac (VHT) definitions 2012-06-30 13:52:13 +03:00
crypto Add dh5_init_fixed() to allow fixed DH parameters to be used 2012-06-27 21:22:12 +03:00
drivers hostapd: Initial IEEE 802.11ac (VHT) definitions 2012-06-30 13:52:13 +03:00
eap_common EAP-pwd: Avoid double-frees on some error paths 2012-06-30 16:16:32 +03:00
eap_peer EAP-pwd: Avoid double-frees on some error paths 2012-06-30 16:16:32 +03:00
eap_server EAP-SIM/AKA server: Allow pseudonym to be used after unknown reauth id 2012-06-15 18:49:54 +03:00
eapol_auth hostapd: Copy Chargeable-User-Identity into accounting (RFC 4372) 2012-05-05 18:05:09 +03:00
eapol_supp wpa_supplicant: Report EAP connection progress to DBus 2012-06-04 21:10:01 +03:00
l2_packet Make bind failure messages unique 2012-04-06 12:10:36 +03:00
p2p P2P: Add p2p_client_list support for FullMAC Persistent GO 2012-06-17 11:58:46 +03:00
radius RADIUS DAS: Support Chargeable-User-Identity with Disconnect-Request 2012-06-17 19:44:46 +03:00
rsn_supp TDLS: Add support for TDLS frame RX with bridge interfaces 2012-03-30 11:12:33 +03:00
tls LibTomMath: Use 64-bit mode for mp_digit 2012-06-09 11:53:30 +03:00
utils eloop/poll: Handle POLLER | POLLHUP in read logic 2012-06-24 13:19:34 +03:00
wps WPS: Share a single function for generating NFS password tokens 2012-06-28 21:01:37 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00