mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-02 19:24:32 +00:00
This proof demonstrates the memory safety of the TaskGetCurrentTaskHandle
function. We assume that pxCurrentTCB is not NULL and we check that the
return value is not NULL.
This proof is a work-in-progress. Proof assumptions are described in the harness.