hostap/src
Jouni Malinen 31bc66e4d1 More forceful clearing of stack memory with keys
gcc 8.3.0 was apparently clever enough to optimize away the previously
used os_memset() to explicitly clear a stack buffer that contains keys
when that clearing happened just before returning from the function.
Since memset_s() is not exactly portable (or commonly available yet..),
use a less robust mechanism that is still pretty likely to prevent
current compilers from optimizing the explicit clearing of the memory
away.

Signed-off-by: Jouni Malinen <j@w1.fi>
2019-05-26 16:11:56 +03:00
..
ap More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
common DPP: Fix bootstrapping URI parser to handle channel list for an opclass 2019-05-23 01:34:24 +03:00
crypto More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
drivers nl80211: Write event name in debug log for ignored events 2019-05-25 21:37:23 +03:00
eap_common Share common SAE and EAP-pwd functionality: own scalar generation 2019-04-26 17:33:44 +03:00
eap_peer More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
eap_server More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
eapol_auth Add hostapd tls_flags parameter 2017-09-18 12:12:48 +03:00
eapol_supp More robust timer_tick_enabled tracking 2019-03-13 23:33:41 +02:00
fst UBSan: Define FST LLT macros without integer overflow 2019-02-25 19:48:49 +02:00
l2_packet wpa_supplicant: Don't reply to EAPOL if pkt_type is PACKET_OTHERHOST 2018-04-02 12:21:27 +03:00
p2p WPS: Add multi_ap_subelem to wps_build_wfa_ext() 2019-02-18 20:30:26 +02:00
pae mka: Avoid memory leak in unexpected case in RECEIVE 2019-04-15 22:50:06 +03:00
radius RADIUS server: Do not close fd=0 in error cases 2019-05-25 19:10:08 +03:00
rsn_supp More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
tls TLS: Add support for RFC 5705 TLS exporter context with internal TLS 2019-03-16 18:52:09 +02:00
utils More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
wps Multi-AP: Avoid memcpy(ptr, NULL, 0) in WPS Registrar initialization 2019-02-23 11:37:20 +02:00
lib.rules tests: TLS fuzzing tool 2019-02-11 02:35:29 +02:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00