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

Fixing crash in proof obligation expression computation #783

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

marcoeilers
Copy link
Contributor

This code could crash because the list of subconditions for And, Or and Implies actually returns three lists of subnodes instead of two, which the code expected. This is because it return one list per subnode, and the subnodes include the type of the node, which is why there are three subnodes for binary operations.

@marcoeilers marcoeilers merged commit 4c5ec92 into master Mar 28, 2024
5 checks passed
@marcoeilers marcoeilers deleted the meilers_fix_proof_obligations branch March 28, 2024 10:07
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