zephyr/drivers/wifi/esp32
Keith Packard ec38e9ef64 wifi/esp32: Fix overflow in SSID copy
In the previous code, strnlen could have returned WIFI_SSID_MAX_LEN, and
the following statement ensuring NUL termination would have written one
past the end of the array.

Replace this with code that ensures a NUL termination within the bounds
of the array and then use strlen to compute the length.

Signed-off-by: Keith Packard <keithp@keithp.com>
2025-06-17 16:06:21 +02:00
..
src wifi/esp32: Fix overflow in SSID copy 2025-06-17 16:06:21 +02:00
CMakeLists.txt
Kconfig.esp32 drivers: wifi: esp32: auto ESP32_WIFI_AP_STA_MODE 2025-05-30 19:40:01 +02:00