fragattacks/src/rsn_supp
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
..
Makefile Remove all PeerKey functionality 2017-10-16 02:03:47 +03:00
pmksa_cache.c Add AKM info in the debug message noting PMKSA caching entry addition 2019-03-27 04:02:19 +02:00
pmksa_cache.h Fix wpa_supplicant build with CONFIG_NO_WPA 2018-04-13 11:43:57 +03:00
preauth.c SAE: Only allow SAE AKMP for PMKSA caching attempts 2018-04-09 19:34:44 +03:00
preauth.h Fix wpa_supplicant build with IEEE8021X_EAPOL=y and CONFIG_NO_WPA=y 2016-01-15 20:04:41 +02:00
tdls.c UBSan: Avoid an unsigned integer overflow warning 2019-02-25 19:48:49 +02:00
wpa_ft.c More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
wpa_i.h Replace int status/reason_code with u16 variable 2019-04-22 22:08:07 +03:00
wpa_ie.c OCV: Parse all types of OCI information elements 2018-12-17 00:02:14 +02:00
wpa_ie.h OCV: Parse all types of OCI information elements 2018-12-17 00:02:14 +02:00
wpa.c More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
wpa.h Replace int status/reason_code with u16 variable 2019-04-22 22:08:07 +03:00