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

Fix Crash When the Index Offset has Abstract Type Address #802

Merged
merged 6 commits into from
Jul 28, 2022

Conversation

michael-schwarz
Copy link
Member

In order to keep Address values as long as possible, we keep them even for values that are of integer type sometimes. This caused a crash in goblint/bench#19 when such a value is used to index into an array.

src/analyses/base.ml Outdated Show resolved Hide resolved
@michael-schwarz michael-schwarz requested a review from sim642 July 28, 2022 15:57
@michael-schwarz michael-schwarz merged commit 2f5afc2 into master Jul 28, 2022
@michael-schwarz michael-schwarz deleted the no-ctx-sqlite-bug branch July 28, 2022 17:17
@sim642 sim642 added this to the v2.0.0 milestone Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants