mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 01:37:45 -04:00
This commit is paired with another to queue.c in the kernel. To accomodate changes in newer versions of CBMC, the --pointer-overflow-check is removed. |
||
---|---|---|
.. | ||
Makefile.json | ||
QueueGetMutexHolderFromISR_harness.c | ||
README.md |
Assuming that xSemaphore is a pointer to an allocated Queue_t instance, this harness proves the memory safety of QueueGetMutexHolderFromISR.
This proof is a work-in-progress. Proof assumptions are described in the harness.