-
Notifications
You must be signed in to change notification settings - Fork 12
Make array manipulation more robust #126
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
Comments
Here's the error output for the crash case:
|
Relevant part of symex for each case:
Correct case.
Overlap case.
Crashing case. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example on the following Ada code (in PR#124):
CBMC verification succeeds.
CBMC verification fails in one memcpy overlap.
CBMC crashed in symex (because the size of memcpy(ed) array is not known to be constant).
The text was updated successfully, but these errors were encountered: