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

Update mem_changer.py to address logic bug in add_to_mem. #84

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

astewart-bah
Copy link
Contributor

Fixed logic error with a for loop in a try block, where each loop could raise an exception causing only the first gadget to ever be checked if the first gadget fails one of the checks.

Reference #81

Fixed logic error with a for loop in a try block, where each loop could raise an exception causing only the first gadget to ever be checked if the first gadget fails one of the checks.
@Kyle-Kyle Kyle-Kyle merged commit ace8419 into angr:master Feb 14, 2024
13 checks passed
@Kyle-Kyle
Copy link
Collaborator

thank you so much for the contribution!

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