Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SMTChecker: Fix parsing bv2int expression from solver's response #15810

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

blishko
Copy link
Contributor

@blishko blishko commented Jan 31, 2025

Fixes #15770.

@blishko blishko added smt 🟡 PR review label labels Jan 31, 2025
@blishko blishko force-pushed the smt-fix-parsing-bv2int branch from 9270784 to f27416e Compare February 1, 2025 21:42
@blishko
Copy link
Contributor Author

blishko commented Feb 3, 2025

Because this crash was caused by the switch to SMT-LIB interface, it is not a regression agains 0.8.28 so I am not adding a changelog entry.

@blishko blishko force-pushed the smt-fix-parsing-bv2int branch from f27416e to 6ea1dce Compare February 3, 2025 13:09
@blishko
Copy link
Contributor Author

blishko commented Feb 3, 2025

Because this crash was caused by the switch to SMT-LIB interface, it is not a regression agains 0.8.28 so I am not adding a changelog entry.

I did not phrase that correctly. What I meant is that the problem was not present in 0.8.28 (but was introduced later with the SMT-LIB interface), so the fix is not a change against that version.

@blishko blishko enabled auto-merge February 3, 2025 13:24
@blishko blishko merged commit afaed2b into develop Feb 3, 2025
74 checks passed
@blishko blishko deleted the smt-fix-parsing-bv2int branch February 3, 2025 13:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
smt 🟡 PR review label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SMTChecker] SMT logic error occurs when assigning values to fixed-size bytes array
2 participants