mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 10:17:45 -04:00
* move CBMC proofs to FreeRTOS+ directory * Failing proofs corrected * ParseDNSReply proof added back * removed queue_init.h from -Plus/Test Co-authored-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
4 lines
255 B
Markdown
4 lines
255 B
Markdown
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.
|