Skip to content

Commit

Permalink
Merge branch 'main' into replace_strcpy_with_strncpy
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Jun 17, 2024
2 parents 090c20d + b79b2e0 commit b8fb5db
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 @@ -406,7 +406,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 b8fb5db

Please sign in to comment.