generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 206
Adjust proof tooling to support CBMC v6 #1180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With CBMC v6, unwinding assertions as well as other checks are enabled by default.
tautschnig
commented
Oct 22, 2024
tony-josi-aws
previously approved these changes
Oct 23, 2024
tony-josi-aws
approved these changes
Oct 23, 2024
kar-rahul-aws
approved these changes
Oct 25, 2024
AniruddhaKanhere
approved these changes
Oct 31, 2024
tony-josi-aws
added a commit
to tony-josi-aws/FreeRTOS-Plus-TCP
that referenced
this pull request
Jun 4, 2025
* Adjust proof tooling to support CBMC v6 With CBMC v6, unwinding assertions as well as other checks are enabled by default. * Fix CBMC issues * Fix spelling & formatting * Fix build-check * Add unit test cases for FreeRTOS_multiply_int32 and FreeRTOS_add_int32 * Tony's comment * Bump CBMC version to very latest release * Replace Synopsys link with blackduck one to solve link error. * Move the comment to the right place --------- Co-authored-by: Tony Josi <[email protected]> Co-authored-by: ActoryOu <[email protected]> Co-authored-by: ActoryOu <[email protected]>
tony-josi-aws
added a commit
that referenced
this pull request
Jun 4, 2025
…mDNS queries (#1259) * [Draft] CBMC: replace any missing functions by assert-false (#1147) * CBMC: replace any missing functions by assert-false --------- Co-authored-by: ActoryOu <[email protected]> * Adjust proof tooling to support CBMC v6 (#1180) * Adjust proof tooling to support CBMC v6 With CBMC v6, unwinding assertions as well as other checks are enabled by default. * Fix CBMC issues * Fix spelling & formatting * Fix build-check * Add unit test cases for FreeRTOS_multiply_int32 and FreeRTOS_add_int32 * Tony's comment * Bump CBMC version to very latest release * Replace Synopsys link with blackduck one to solve link error. * Move the comment to the right place --------- Co-authored-by: Tony Josi <[email protected]> Co-authored-by: ActoryOu <[email protected]> Co-authored-by: ActoryOu <[email protected]> * Fix potential out of bounds write (CWE-787) when processing LLMNR or mDNS queries * Fix CI * Add Network Down event in EMACHandler Task (#1173) * Add Network Down event in EMACHandler Task * Update links in ReadMe (#1174) --------- Co-authored-by: Michael Tautschnig <[email protected]> Co-authored-by: ActoryOu <[email protected]> Co-authored-by: ActoryOu <[email protected]> Co-authored-by: Rahul Kar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
With CBMC v6, unwinding assertions as well as other checks are enabled by default.
Test Steps
Tested in CI.
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.