FreeRTOS-Kernel/FreeRTOS-Plus/Test/CBMC/proofs/ARP
markrtuttle cdf6d93cb9
Modify CBMC proofs to make assumptions about malloc explicit. (#312)
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>
2020-10-02 18:18:16 -04:00
..
ARP_FreeRTOS_ClearARP Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ARP_FreeRTOS_OutputARPRequest Modify CBMC proofs to make assumptions about malloc explicit. (#312) 2020-10-02 18:18:16 -04:00
ARP_FreeRTOS_PrintARPCache Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ARP_OutputARPRequest_buffer_alloc1 Modify CBMC proofs to make assumptions about malloc explicit. (#312) 2020-10-02 18:18:16 -04:00
ARP_OutputARPRequest_buffer_alloc2 Modify CBMC proofs to make assumptions about malloc explicit. (#312) 2020-10-02 18:18:16 -04:00
ARPAgeCache Modify CBMC proofs to make assumptions about malloc explicit. (#312) 2020-10-02 18:18:16 -04:00
ARPGenerateRequestPacket Modify CBMC proofs to make assumptions about malloc explicit. (#312) 2020-10-02 18:18:16 -04:00
ARPGetCacheEntry Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ARPGetCacheEntryByMac Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ARPProcessPacket Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ARPRefreshCacheEntry Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ARPSendGratuitous Move CBMC proofs to FreeRTOS+ directory (#64) 2020-05-05 09:57:18 -07:00
ulARPRemoveCacheEntryByMac CBMC proof for ulARPRemoveCacheEntryByMac (#198) 2020-08-24 16:46:50 -07:00