hostap/src
Masashi Honma 2943799678 TNC: Fix a stray pointer that could cause segfault on error path
On "eap_tnc_process" function error case, data->in_buf keeps reference
to a local scope variable. For example this will cause segmentation
fault in "eap_tnc_deinit" function "wpabuf_free(data->in_buf)"
statement.
2009-03-16 21:01:07 +02:00
..
common FT: Fix status code values to match with IEEE 802.11r-2007 2009-03-09 22:28:30 +02:00
crypto Fix builds that need SHA256 or mod_exp, but not TLS functions 2009-02-27 17:46:40 +02:00
drivers FT: Add RIC Request generation and validation (but not processing) 2009-03-09 20:45:17 +02:00
eap_common Update draft-cam-winget-eap-fast-provisioning references to RFC 5422 2009-03-14 10:30:14 +02:00
eap_peer TNC: Fix a stray pointer that could cause segfault on error path 2009-03-16 21:01:07 +02:00
eap_server Fix TNC with EAP-TTLS 2009-03-13 18:20:59 +02:00
eapol_supp Reduce latency on starting WPS negotiation (TX EAPOL-Start earlier) 2009-02-23 20:59:27 +02:00
hlr_auc_gw Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
l2_packet Zero struct ifreq data before use in l2_packet_init() 2009-03-13 17:04:33 +02:00
radius Fix hostapd build with RADIUS support removed 2009-03-02 21:25:53 +02:00
rsn_supp FT: Add RIC Request processing and RIC Response generation 2009-03-09 22:25:58 +02:00
tls Add a workaround for EAP-FAST with Cisco AP local RADIUS server 2009-03-08 12:04:39 +02:00
utils FT: Add RIC Request generation and validation (but not processing) 2009-03-09 20:45:17 +02:00
wps WPS: Add a workaround for static WEP with Windows network probe 2009-03-08 19:36:02 +02:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00