fix: Enable stack canaries, heap poisoning, WDT panic; remove dead code
- CONFIG_COMPILER_STACK_CHECK_MODE_NORM=y (buffer overflow detection) - CONFIG_HEAP_POISONING_LIGHT=y (use-after-free/corruption detection) - CONFIG_ESP_TASK_WDT_PANIC=y (auto-reboot on hung task) - Remove unused #include "esp_now.h" (CVE-2025-52471 mitigation) - Replace hardcoded default IP 192.168.129.11 with 0.0.0.0 in Kconfig
This commit is contained in:
@@ -435,7 +435,7 @@ CONFIG_PARTITION_TABLE_MD5=y
|
||||
#
|
||||
# CSI UDP Configuration
|
||||
#
|
||||
CONFIG_CSI_UDP_TARGET_IP="192.168.129.11"
|
||||
CONFIG_CSI_UDP_TARGET_IP="0.0.0.0"
|
||||
CONFIG_CSI_UDP_TARGET_PORT=5500
|
||||
CONFIG_CSI_CMD_PORT=5501
|
||||
CONFIG_CSI_HOSTNAME="your-hostname"
|
||||
|
||||
Reference in New Issue
Block a user