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

fixes trivial assertions #1108

Merged
merged 1 commit into from
May 29, 2020

Conversation

ivg
Copy link
Member

@ivg ivg commented May 29, 2020

If an assertion doesn't contain a symbolic value then we were having
an empty set of constraints, which trivially were true. In other
words, assert true doesn't hold.

This PR fixes this by treating non-symbolic values as symbolic
constants.

If an assertion doesn't contain a symbolic value then we were having
an empty set of constraints, which trivially were true. In other
words, `assert true` doesn't hold.

This PR fixes this by treating non-symbolic values as symbolic
constants.
@ivg ivg merged commit fbaf190 into BinaryAnalysisPlatform:master May 29, 2020
@ivg ivg deleted the fixes-trivial-assertions branch June 10, 2020 12:32
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.

2 participants