hostap/src
Eytan Lifshitz 414f23d8b9 Avoid NULL string in printf on EAP method names in authenticator
In ieee802_1x_decapsulate_radius(), eap_server_get_name() may return
NULL, and it could be dereferenced depending on printf implementation.
Change it to return "unknown" instead for the case of no matching EAP
method found. This makes it easier for the callers to simply print this
in logs (which is the only use for this function).

Signed-off-by: Eytan Lifshitz <eytan.lifshitz@intel.com>
2015-01-20 02:07:22 +02:00
..
ap Avoid NULL string in printf on EAP method names in authenticator 2015-01-20 02:07:22 +02:00
common Add peer certificate alt subject name information to EAP events 2015-01-14 15:45:18 +02:00
crypto Add domain_match network profile parameter 2015-01-14 15:45:18 +02:00
drivers nl80211: Fix reading of the extended capabilities mask 2015-01-20 01:57:59 +02:00
eap_common ERP: Add TV/TLV parser 2014-12-04 12:08:59 +02:00
eap_peer Add domain_match network profile parameter 2015-01-14 15:45:18 +02:00
eap_server Avoid NULL string in printf on EAP method names in authenticator 2015-01-20 02:07:22 +02:00
eapol_auth Check os_snprintf() result more consistently - automatic 1 2014-12-08 11:42:07 +02:00
eapol_supp Add peer certificate alt subject name information to EAP events 2015-01-14 15:45:18 +02:00
l2_packet Clean up debug prints to use wpa_printf() 2014-12-26 13:20:57 +02:00
p2p P2P: Check Invitation Response dialog token match for resend case 2014-12-09 16:26:47 +02:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius Fix RADIUS client with out-of-memory and missing shared secret 2015-01-19 02:35:43 +02:00
rsn_supp TDLS: Fix an interface addition error path 2015-01-07 13:19:00 +02:00
tls TLS: Add new cipher suites to tls_get_cipher() 2014-12-09 16:57:05 +02:00
utils Define host_to_le32() for Windows builds 2015-01-11 00:58:10 +02:00
wps WPS: Re-fix an interoperability issue with mixed mode and AP Settings 2015-01-19 18:35:59 +02:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00