Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Jun 20, 2023
1 parent 5ae065e commit ea41b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cbmc/proofs/ARP/xCheckLoopback/xCheckLoopback_harness.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ void harness()
NetworkBufferDescriptor_t * pxNetworkBuffer;
BaseType_t bReleaseAfterSend;

__CPROVER_assume( xBufferLength < ipconfigNETWORK_MTU );
__CPROVER_assume( ( bReleaseAfterSend == pdTRUE ) || ( bReleaseAfterSend == pdFALSE ) );
__CPROVER_assume( ( xBufferLength >= 0 ) &&
( xBufferLength < ipconfigNETWORK_MTU ) );

pxNetworkBuffer = ( NetworkBufferDescriptor_t * ) safeMalloc( sizeof( NetworkBufferDescriptor_t ) );

Expand Down

0 comments on commit ea41b16

Please sign in to comment.