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

Storelike boilerplate is too strict in dead blocks #249

Open
MattWindsor91 opened this issue Dec 18, 2020 · 0 comments
Open

Storelike boilerplate is too strict in dead blocks #249

MattWindsor91 opened this issue Dec 18, 2020 · 0 comments
Labels
Area:Fuzzer Specifically affecting the program mutator Type:Enhancement New feature or request

Comments

@MattWindsor91
Copy link
Collaborator

While I've been slowly making progress on the Storelike boilerplate's ability to turn off some of its bookkeeping in dead code blocks, there are still a few things that don't seem to be there yet:

  • making sure we don't erase known value records inside dead code, regardless of whether the corresponding flag is set;
  • removing some extra destination restrictions (but not all - we need things like 'needs known value' for the generator to work);
  • possibly others.

The second one probably needs a new parameter being passed into Basic.extra_dst_restrictions to clarify whether the insertion is happening in dead code or not.

@MattWindsor91 MattWindsor91 added Type:Enhancement New feature or request Area:Fuzzer Specifically affecting the program mutator labels Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Fuzzer Specifically affecting the program mutator Type:Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant