mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-29 01:04:27 +00:00
Setting configENABLE_HEAP_PROTECTOR to 1 obfuscates heap block pointers by XORing them with an application supplied canary value. This obfuscation helps to catch heap corruption should a heap buffer overflow occur. This PR also adds heap bounds checking to heap_4 and heap_5. This PR also adds some additional integer underflow checks.
54 KiB
54 KiB