hostapd/src/rsn_supp
Benjamin Berg ac15b79fe5 PMKSA: Guard against NULL KCK for memcpy()
If the kck_len is 0 then the pointer may be NULL. If that happens UBSAN
complains about the NULL pointer as memcpy() has the arguments declared
to never be NULL even if the copied number of bytes were zero.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
2024-07-11 19:48:11 +03:00
..
Makefile build: Make more library things common 2020-10-12 20:20:35 +03:00
pmksa_cache.c PMKSA: Guard against NULL KCK for memcpy() 2024-07-11 19:48:11 +03:00
pmksa_cache.h Replace PMKSA cache inline stubs with wrapper function stubs 2024-04-06 00:12:52 +03:00
preauth.c Use ether_addr_equal() to compare whether two MAC addresses are equal 2024-01-13 23:47:21 +02: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 Use for_each_link() in most cases 2024-03-02 11:11:12 +02:00
wpa.c SSID protection in 4-way handshake on STA 2024-06-19 12:31:04 +03:00
wpa.h SSID protection in 4-way handshake on STA 2024-06-19 12:31:04 +03:00
wpa_ft.c Use ether_addr_equal() to compare whether two MAC addresses are equal 2024-01-13 23:47:21 +02:00
wpa_i.h SSID protection in 4-way handshake on STA 2024-06-19 12:31:04 +03:00
wpa_ie.c SSID protection in 4-way handshake on STA 2024-06-19 12:31:04 +03:00
wpa_ie.h Use a shared helper function for RSN supplicant capabilities 2020-03-23 11:47:31 +02:00