We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@arc-s14 Witness::GoalTest method contains bugs
Witness::GoalTest
11e64fc:
daff8ca:
Some obvious ones:
node.path
node.path.back()
hog2/environments/Witness.h
Lines 2859 to 2861 in e470a47
Lines 2908 to 2909 in e470a47
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@arc-s14
Witness::GoalTest
method contains bugs11e64fc:
daff8ca:
Some obvious ones:
node.path
is empty, then callingnode.path.back()
will cause undefined behaviour (memory access out of bound).hog2/environments/Witness.h
Lines 2859 to 2861 in e470a47
hog2/environments/Witness.h
Lines 2908 to 2909 in e470a47
The text was updated successfully, but these errors were encountered: