Skip to content

Commit

Permalink
Bump CBMC version to 5.95.1
Browse files Browse the repository at this point in the history
This will make proofs use the latest stable release of CBMC.
  • Loading branch information
tautschnig committed Jun 7, 2024
1 parent ba6ba81 commit 6758e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
with:
cbmc_version: "5.61.0"
cbmc_version: "5.95.1"

- env:
stepName: Install Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void * pvPortMallocLarge( size_t xWantedSize )

void harness()
{
FreeRTOS_Socket_t * pxSocket = ensure_FreeRTOS_Socket_t_is_allocated( sizeof( FreeRTOS_Socket_t ) );
FreeRTOS_Socket_t * pxSocket = ensure_FreeRTOS_Socket_t_is_allocated();
size_t uxOffset;
const uint8_t * pcData;
uint32_t ulByteCount;
Expand Down

0 comments on commit 6758e40

Please sign in to comment.