ESP32/components/app_console
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 final fixes for commands 2025-12-22 16:57:51 -08:00
app_console.c more on commands 2025-12-21 15:54:30 -08:00
app_console.h more on commands 2025-12-21 15:54:30 -08:00
cmd_gps.c more on gps time 2025-12-22 13:06:05 -08:00
cmd_ip.c final fixes for commands 2025-12-22 16:57:51 -08:00
cmd_iperf.c use sub commands for iperf major command 2025-12-22 12:27:12 -08:00
cmd_monitor.c final fixes for commands 2025-12-22 16:57:51 -08:00
cmd_nvs.c final fixes for commands 2025-12-22 16:57:51 -08:00
cmd_ping.c more on commands 2025-12-21 15:54:30 -08:00
cmd_system.c final fixes for commands 2025-12-22 16:57:51 -08:00
cmd_wifi.c Improve WiFi configuration handling by ensuring proper string termination 2025-12-27 18:00:19 -08:00