hostap/src/rsn_supp
Jouni Malinen 2a522e7192 Avoid theoretical NULL pointer dereference from debug code
The change to use wpa_dbg() in wpa_sm_parse_own_wpa_ie() could result
in a NULL pointer dereference if the function were called when WPA
state machine has not been initialized. While this cannot really
happen in practice, it is better to be prepared for that since that
was the case before the wpa_dbg() change.
2011-04-14 02:32:07 +03:00
..
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
peerkey.c Clear PeerKey pointer on deinit 2011-03-06 14:52:52 +02:00
peerkey.h Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
pmksa_cache.c Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
pmksa_cache.h Removed wpa_sm dereference from pmksa_cache_list() 2009-01-13 20:22:42 +02:00
preauth.c Fix RSN preauth candidate list clearing to avoid segfaults 2010-08-14 19:01:14 +03:00
preauth.h Fix rsn_preauth_scan_result() inline wrapper for no-EAP builds 2009-12-06 14:29:12 +02:00
tdls.c TDLS: Validate FTIE length before processing it 2011-04-13 22:14:22 +03:00
wpa.c Avoid theoretical NULL pointer dereference from debug code 2011-04-14 02:32:07 +03:00
wpa.h TDLS: Allow TDLS to be disabled at runtime for testing purposes 2011-03-24 20:44:17 +02:00
wpa_ft.c Use set_key addr to distinguish default and multicast keys 2011-01-09 19:44:28 +02:00
wpa_i.h TDLS: Allow TDLS to be disabled at runtime for testing purposes 2011-03-24 20:44:17 +02:00
wpa_ie.c TDLS: Do not allow setup to be started if AP prohibits TDLS 2011-03-06 14:54:49 +02:00
wpa_ie.h TDLS: Do not allow setup to be started if AP prohibits TDLS 2011-03-06 14:54:49 +02:00