hostapd/src
Jouni Malinen de01f254a6 RADIUS server: Fix error paths in new session creation
radius_server_session_free() does not remove the session from the
session list and these radius_server_get_new_session() error paths ended
up leaving a pointer to freed memory into the session list. This
resulted in the following operations failing due to use of freed memory.

Fix this by using radius_server_session_remove() which removes the entry
from the list in addition to calling radius_server_session_free().

Signed-off-by: Jouni Malinen <j@w1.fi>
2017-03-05 16:18:57 +02:00
..
ap ACS: Fix memory leak if interface is disabled during scan 2017-03-04 17:30:15 +02:00
common Add QCA vendor command/attr for BRP antenna limit control 2017-03-02 15:05:46 +02:00
crypto af_alg: Crypto wrappers for Linux kernel crypto (AF_ALG) 2017-02-28 11:24:15 +02:00
drivers nl80211: Notify reason for connection timeout failure 2017-02-20 10:47:08 +02:00
eap_common Remove trailing whitespace 2016-12-28 14:31:42 +02:00
eap_peer crypto: Process des_encrypt() error returns in callers 2017-02-28 11:24:05 +02:00
eap_server crypto: Process des_encrypt() error returns in callers 2017-02-28 11:24:05 +02:00
eapol_auth RADIUS: Share a single function for generating session IDs 2016-02-06 17:19:35 +02:00
eapol_supp RSN: Fix pre-authentication EAPOL-Start startPeriod configuration 2017-02-20 12:48:04 +02:00
fst FST: Silence compiler warning on WPA_ASSERT 2017-01-29 18:45:29 +02:00
l2_packet tests: Add TEST_FAIL() checks in l2_packet 2017-03-04 11:43:58 +02:00
p2p WFD: Add WFD R2 Subelements 2017-03-01 11:59:57 +02:00
pae mka: Fix the order of operations in secure channel deletion 2017-02-20 22:15:04 +02:00
radius RADIUS server: Fix error paths in new session creation 2017-03-05 16:18:57 +02:00
rsn_supp FILS: Use FILS Cache Identifier to extend PMKSA applicability 2017-02-26 12:05:40 +02:00
tls Remove trailing whitespace 2016-12-28 14:31:42 +02:00
utils trace: Look up start to cope with ASLR 2017-02-28 11:37:19 +02:00
wps Share a single str_starts() implementation 2016-08-06 12:38:21 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00