Skip to content

Commit c0cb120

Browse files
angelonakospaulbartell
authored andcommitted
Increase CBMC_OBJECT_BITS for 2 CBMC proofs
This needs to be done in order for the proofs to pass with CBMC v5.67.0
1 parent a5b0ae8 commit c0cb120

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • test/cbmc/proofs

test/cbmc/proofs/Cellular_CommonCreateSocket/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ REMOVE_FUNCTION_BODY += _Cellular_CheckLibraryStatus
3333
# This value was experimentally chosen to provide 100% coverage
3434
# without tripping unwinding assertions and without exhausting memory.
3535
CBMC_MAX_BUFSIZE=15
36+
CBMC_OBJECT_BITS=9
3637

3738
UNWINDSET += __CPROVER_file_local_cellular_common_c__Cellular_FreeContext.0:$(CBMC_MAX_BUFSIZE)
3839
UNWINDSET += _Cellular_CreateSocketData.0:$(CBMC_MAX_BUFSIZE)

test/cbmc/proofs/_Cellular_RemoveSocketData/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ REMOVE_FUNCTION_BODY += _Cellular_CheckLibraryStatus
3333
# This value was experimentally chosen to provide 100% coverage
3434
# without tripping unwinding assertions and without exhausting memory.
3535
CBMC_MAX_BUFSIZE=16
36+
CBMC_OBJECT_BITS=9
3637

3738
UNWINDSET += __CPROVER_file_local_cellular_common_c__Cellular_FreeContext.0:$(CBMC_MAX_BUFSIZE)
3839
UNWINDSET += _Cellular_CreateSocketData.0:$(CBMC_MAX_BUFSIZE)

0 commit comments

Comments
 (0)