mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 18:40:13 +00:00
This commit: - Updates the FreeRTOS kernel prvCreateIdleTasks() function to limit the length of the IDLE task name before copying it to avoid memory out-of-bounds warnings. - Fixes a bug where in the IDLE task name string could be a non null-terminated string in SMP configuration.