-
Notifications
You must be signed in to change notification settings - Fork 273
Mysterious Java symbolic execution #209
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
Not sure how to merge this with the fix for bug #197. |
This is an instance of the error fixed in #185
in the local variable table, |
This now works. |
smowton
added a commit
to smowton/cbmc
that referenced
this issue
May 9, 2018
…on_dump Add LVSA domain JSON dump support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the following (distilled) program, xx is assigned only once. In the trace that CBMC generates, xx is assigned multiple times with different values. I suspect this causes problems in the full benchmark.
public final class MySecureRandom {
}
The text was updated successfully, but these errors were encountered: