Skip to content
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

Fix CBMC issues with latest version of CBMC #104

Merged
merged 2 commits into from
May 21, 2021
Merged

Conversation

archigup
Copy link
Member

@archigup archigup commented May 21, 2021

Fixes new CBMC errors due to harnesses having additions that could overflow, potentially adding to a null pointer, as well as assumptions that did not prevent cases where pointer addition could go out of bounds. Also fixes a coverage reduction with new version.

This did not trigger any CBMC issues, but it is the same error that
caused issues or lowered coverage in other locations, so fixing it.
@archigup archigup merged commit 58aa6f0 into FreeRTOS:main May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants