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 global_init for escaped globals in mutex-meet-tid cluster configuration #1481

Merged
merged 2 commits into from
May 27, 2024

Conversation

michael-schwarz
Copy link
Member

For escaping locals, the lookup in the cluster map yielded the bot element, which in turn caused an unsoundness causing all branches to be dead. This PR addresses this issue.

Closes #1479

@sim642 sim642 added this to the v2.4.0 milestone May 27, 2024
@michael-schwarz michael-schwarz merged commit fb67e8e into master May 27, 2024
21 checks passed
@michael-schwarz michael-schwarz deleted the issue_1479 branch May 27, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug relational Relational analyses (Apron, affeq, lin2var) unsound
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apron: Both branches dead due to escaping local
2 participants