ESP32/components/wifi_cfg
Robert McMahon 56ea987f75 Improve WiFi configuration handling by ensuring proper string termination
- Updated strncpy calls in wifi_cfg_apply_from_nvs and wifi_do_connect to prevent buffer overflows by reserving space for null termination.
- Added explicit null termination for SSID and password fields in the wifi_config_t structure.
2025-12-27 18:00:19 -08:00
..
CMakeLists.txt up to build for console work 2025-12-16 11:56:31 -08:00
wifi_cfg.c Improve WiFi configuration handling by ensuring proper string termination 2025-12-27 18:00:19 -08:00
wifi_cfg.h final fixes for commands 2025-12-22 16:57:51 -08:00