File tree Expand file tree Collapse file tree
Cellular_CommonCreateSocket
_Cellular_RemoveSocketData Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
3535CBMC_MAX_BUFSIZE =15
36+ CBMC_OBJECT_BITS =9
3637
3738UNWINDSET += __CPROVER_file_local_cellular_common_c__Cellular_FreeContext.0:$(CBMC_MAX_BUFSIZE )
3839UNWINDSET += _Cellular_CreateSocketData.0:$(CBMC_MAX_BUFSIZE )
Original file line number Diff line number Diff 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.
3535CBMC_MAX_BUFSIZE =16
36+ CBMC_OBJECT_BITS =9
3637
3738UNWINDSET += __CPROVER_file_local_cellular_common_c__Cellular_FreeContext.0:$(CBMC_MAX_BUFSIZE )
3839UNWINDSET += _Cellular_CreateSocketData.0:$(CBMC_MAX_BUFSIZE )
You can’t perform that action at this time.
0 commit comments