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

..--

Makefile.jsonD18-Mar-20252.1 KiB6536

README.mdD18-Mar-2025592 2318

TCPHandleState_harness.cD18-Mar-20254.3 KiB10852

README.md

1This is the memory safety proof for prvTCPHandleState.
2
3This proof is a work-in-progress.  Proof assumptions are described in
4the harness.  The proof also assumes the following functions are
5memory safe and have no side effects relevant to the memory safety of
6this function:
7
8* prvTCPPrepareSend (proved independently)
9* prvTCPReturnPacket (proved independently)
10
11* lTCPAddRxdata
12* lTCPWindowRxCheck
13* lTCPWindowTxAdd
14* ulTCPWindowTxAck
15* vTCPWindowInit
16* xTCPWindowRxEmpty
17* xTCPWindowTxDone
18
19* uxStreamBufferGet
20* vReleaseNetworkBufferAndDescriptor
21* vSocketWakeUpUser
22* xTaskGetTickCount
23