FreeRTOS-Kernel/FreeRTOS/Test/CBMC/proofs/ARP/ARPGetCacheEntry
AniruddhaKanhere 4db195c916
Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56)
ParseDNSReply is to be added in the next PR.
2020-04-21 15:40:08 -07:00
..
ARPGetCacheEntry_harness.c Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00
Configurations.json Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00
README.md Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56) 2020-04-21 15:40:08 -07:00

The combined proofs in the subdirectories prove that ARPGetCacheEntry is memory safe for all possible combinations of ipconfigARP_STORES_REMOTE_ADDRESSES and ipconfigUSE_LLMNR. These are the only configuration parameters used inside the ARPGetCacheEntry.