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

Avoid mutating all code inside INST_SET related blocks #1

Open
agroce opened this issue Jun 28, 2023 · 1 comment
Open

Avoid mutating all code inside INST_SET related blocks #1

agroce opened this issue Jun 28, 2023 · 1 comment
Assignees

Comments

@agroce
Copy link
Owner

agroce commented Jun 28, 2023

Instead of just leaving jumps related to AFL/DeepState/etc. alone, also just avoid mutating the code related to such. E.g., you probably don't want to change the DeepState test harness itself.

@agroce agroce self-assigned this Jun 28, 2023
@agroce
Copy link
Owner Author

agroce commented Jun 28, 2023

Probably not urgent; most jumps inside such code will be internal, so not modified, but in principle still a good idea at some point.

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

No branches or pull requests

1 participant