Closed kar-rahul-aws closed 5 months ago
Issue #, if available: CBMC proofs fail for mqttDownloader_processReceivedDataBlock with the following error
mqttDownloader_processReceivedDataBlock
{ "messageText": "wrong number of function arguments: expected 8, but got 5", "messageType": "ERROR", "sourceLocation": { "file": "proofs.c", "function": "proof_mqttDownloader_processReceivedDataBlock", "line": "143", "workingDirectory": "/home/ubuntu/Temp/karahulx_coreMQTTFileStreams/aws-iot-core-mqtt-file-streams-embedded-c/test/cbmc" } }, { "messageText": "CONVERSION ERROR", "messageType": "ERROR" }
Description of changes: This PR fixes CBMC proofs for the mqttDownloader_processReceivedDataBlock API .
Issue #, if available: CBMC proofs fail for
mqttDownloader_processReceivedDataBlock
with the following errorDescription of changes: This PR fixes CBMC proofs for the
mqttDownloader_processReceivedDataBlock
API .