-
Notifications
You must be signed in to change notification settings - Fork 129
Add description of UB to the docs #1141
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
Conversation
b93e268 to
fea8c2f
Compare
celinval
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me. Can you please get a second review before pushing please? Thanks
adpaco-aws
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please edit SUMMARY.md to replace the "Guarantees" section (which is empty) with this one. Otherwise this will not be accessible from the index.
Co-authored-by: Nathan Chong <[email protected]>
Co-authored-by: Adrian Palacios <[email protected]>
Cleanup of documentation previously introduced in model-checking#1141: 1. No need to repeatedly discuss compiler intrinsics. 2. I am not aware of invalid dereferences that we would _not_ catch, even place expressions.
Cleanup of documentation previously introduced in #1141: 1. No need to repeatedly discuss compiler intrinsics. 2. I am not aware of invalid dereferences that we would _not_ catch, even place expressions. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
Description of changes:
Currently, there is no description of how UB interacts with kani verification in the docs.
Add one
Resolved issues:
Resolves #936
Call-outs:
Testing:
How is this change tested? Documentation change
Is this a refactor change? Documentation change
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.