Skip to content

Commit

Permalink
Update test/cbmc/stubs/HTTPClient_Send_llhttp_execute.c
Browse files Browse the repository at this point in the history
Co-authored-by: Soren Ptak <[email protected]>
  • Loading branch information
cryi and Skptak authored Jan 24, 2024
1 parent 183e2a4 commit 057931e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cbmc/stubs/HTTPClient_Send_llhttp_execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ llhttp_errno_t llhttp_execute( llhttp_t * parser,
* removing that from CBMC proof execution, the body has to be set here. */
size_t bodyOffset;

if( pParsingContext->pResponse->bufferLen == 0 )
if( pParsingContext->pResponse->bufferLen == 0U )
{
bodyOffset = 0;
bodyOffset = 0U;
}
else
{
Expand Down

0 comments on commit 057931e

Please sign in to comment.