mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 19:54:56 +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.