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

internal/fuzz: minimize all values in a single call #51802

Open
rolandshoemaker opened this issue Mar 19, 2022 · 0 comments
Open

internal/fuzz: minimize all values in a single call #51802

rolandshoemaker opened this issue Mar 19, 2022 · 0 comments
Labels
fuzz Issues related to native fuzzing support NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@rolandshoemaker
Copy link
Member

Currently we make one minimization call, from the coordinator to the worker, for each of the values being minimized. It would be nice if we could do all of this in a single call.

The main complicating factor for this is figuring out how to communicate all preceding minimized values if minimization fails unrecoverably during a successive value.

@rolandshoemaker rolandshoemaker added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. fuzz Issues related to native fuzzing support labels Mar 19, 2022
@rolandshoemaker rolandshoemaker added this to the Backlog milestone Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuzz Issues related to native fuzzing support NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant