Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fixes trivial assertions - #1108

Merged
ivg merged 1 commit into
BinaryAnalysisPlatform:masterfrom
ivg:fixes-trivial-assertions
May 29, 2020
Merged

fixes trivial assertions#1108
ivg merged 1 commit into
BinaryAnalysisPlatform:masterfrom
ivg:fixes-trivial-assertions

Conversation

@ivg

@ivg ivg commented May 29, 2020

Copy link
Copy Markdown
Member

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