hostap/src
Eytan Lifshitz 6ceb95c950 Avoid NULL dereference in ieee802_1x_get_mib_sta() printf
In function ieee802_1x_get_mib_sta(), eap_server_get_name() may return
NULL, and it could be dereferenced immidiately by os_snprintf() (if the
snprintf implementation does not handle NULL pointer).

Signed-hostap: Eytan Lifshitz <eytan.lifshitz@intel.com>
2014-02-13 15:58:21 +02:00
..
ap Avoid NULL dereference in ieee802_1x_get_mib_sta() printf 2014-02-13 15:58:21 +02:00
common Fix SAE state validation on AP 2014-02-12 17:46:33 +02:00
crypto wpa_supplicant: Fix NULL dereference in tls_verify_cb() 2014-02-13 15:58:21 +02:00
drivers Add bssid/freq hint for driver-based BSS selection 2014-02-13 15:14:18 +02:00
eap_common Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
eap_peer wpa_supplicant: Fix NULL dereference in eap_fast_parse_end() 2014-02-13 15:58:21 +02:00
eap_server Remove PEAPv2 support 2014-01-07 10:45:11 +02:00
eapol_auth Convert EAPOL authenticator dump into easier to parse format 2014-01-02 17:37:21 +02:00
eapol_supp Skip network disabling on expected EAP failure 2014-01-08 16:42:15 +02:00
l2_packet Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
p2p P2P: Do not indicate P2P_FIND failure if p2p_scan is in progress 2014-02-11 12:29:39 +02:00
radius Declare wpa_debug_* variables in src/utils/wpa_debug.h 2013-12-31 19:29:52 +02:00
rsn_supp P2P: Add support for IP address assignment in 4-way handshake 2014-01-27 21:44:26 +02:00
tls Use ARRAY_SIZE() macro 2013-10-26 17:49:05 +03:00
utils Fix req_scan-deplete-timeout and update eloop API for this 2014-01-07 10:45:10 +02:00
wps WPS: Add more debug information to M7 AP Settings 2014-02-07 19:33:47 +02: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