mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 17:27:46 -04:00
|
||
---|---|---|
.. | ||
Makefile.json | ||
README.md | ||
TaskGetCurrentTaskHandle_harness.c | ||
tasks_test_access_functions.h |
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.