mirror of
https://github.com/FreeRTOS/coreMQTT
synced 2025-06-11 05:51:09 +08:00
MQTT_DeserializePublish proof
This directory contains a memory safety proof for MQTT_DeserializePublish.
To run the proof.
- Add cbmc, goto-cc, goto-instrument, goto-analyzer, and cbmc-viewer to your path.
- Run "make".
- Open html/index.html in a web browser.