hostap/src
Alexander Couzens a4e73a0e47 Fix potential double free and use of freed memory in RADIUS client
ieee802_1x_encapsulate_radius() frees the RADIUS message if
radius_client_send() returns error. This could have resulted in use of
freed memory and double freeing of the RADIUS message if send() fails
since the message is also left in the retransmit list. Avoid this by not
returning error to the caller in such a case.

Signed-off-by: Alexander Couzens <lynxis@c-base.org>
2012-04-01 13:36:52 +03:00
..
ap Add wps_cancel for hostapd_cli 2012-03-30 11:11:35 +03:00
common Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
crypto Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
drivers nl80211: Report signal strength from nl80211 2012-04-01 12:39:33 +03:00
eap_common Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
eap_peer TTLS: Fix peer challenge generation for TTLS/MSCHAPv2 2012-03-05 16:59:03 +02:00
eap_server EAP-SIM/AKA server: Fix re-authentication not to update pseudonym 2012-02-16 23:31:30 +02:00
eapol_auth Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
eapol_supp Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
l2_packet Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
p2p P2P: Use P2P Device ID attribute if Device Info not available 2012-03-30 15:50:33 +03:00
radius Fix potential double free and use of freed memory in RADIUS client 2012-04-01 13:36:52 +03:00
rsn_supp TDLS: Add support for TDLS frame RX with bridge interfaces 2012-03-30 11:12:33 +03:00
tls Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
utils debug: Add option to log to Linux tracing 2012-03-31 13:55:33 +03:00
wps WPS: Select the BSD license terms as the only license alternative 2012-03-05 17:15: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