mirror of
https://github.com/FreeRTOS/coreMQTT
synced 2025-06-04 19:14:18 +08:00

* Add SPDX identifier to source files * Add license information to CBMC stub * Fix spellcheck and the formatting * Update version numbers and .md files for reelase Co-authored-by: jasonpcarroll <23126711+jasonpcarroll@users.noreply.github.com>
MQTT_ProcessLoop proof
This directory contains a memory safety proof for MQTT_ProcessLoop.
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.