mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-22 20:57:45 -04:00
Some proofs assume that some pointers returned by malloc are not NULL. This patch modifies those proofs to make these assumptions explicit with `__CPROVER_assume(pointer != NULL)` for all such pointers. Co-authored-by: Mark R. Tuttle <mrtuttle@amazon.com> Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> |
||
---|---|---|
.. | ||
ARP_FreeRTOS_ClearARP | ||
ARP_FreeRTOS_OutputARPRequest | ||
ARP_FreeRTOS_PrintARPCache | ||
ARP_OutputARPRequest_buffer_alloc1 | ||
ARP_OutputARPRequest_buffer_alloc2 | ||
ARPAgeCache | ||
ARPGenerateRequestPacket | ||
ARPGetCacheEntry | ||
ARPGetCacheEntryByMac | ||
ARPProcessPacket | ||
ARPRefreshCacheEntry | ||
ARPSendGratuitous | ||
ulARPRemoveCacheEntryByMac |