• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Makefile.jsonD18-Mar-20251.5 KiB4213

README.mdD18-Mar-2025529 1410

SendEventToIPTask_harness.cD18-Mar-20251.6 KiB4610

README.md

1This is the memory safety proof for xSendEventToIPTask, a function used
2for sending different events to IP-Task.  We have abstracted away queues.
3
4This proof is a work-in-progress.  Proof assumptions are described in
5the harness.  The proof also assumes the following functions are
6memory safe and have no side effects relevant to the memory safety of
7this function:
8
9* uxQueueMessagesWaiting
10* xQueueGenericSend
11
12The coverage is imperfect (97%) because xSendEventToIPTask always
13calls xSendEventStructToIPTask with xTimeout==0.
14