Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(freertos): Fixed an issue where accessing task lists could overru…
…n memory This commit fixes a potential issue of illegal memory access when accessing the various task lists in FreeRTOS while fetching tasks using the xTaskGetNext() function.
- Loading branch information