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 DriverMode branching on byte driver #219

Merged
merged 1 commit into from
May 30, 2024
Merged

avoid DriverMode branching on byte driver #219

merged 1 commit into from
May 30, 2024

Conversation

camshaft
Copy link
Owner

@camshaft camshaft commented May 30, 2024

In practice, branching on DriverMode being Forced/Direct in the byte slice driver doesn't result in any better signals to the fuzzing engines. This change makes the previous Forced behavior the default where zeroes are filled in at the end of the input on byte exhaustion.

@camshaft camshaft marked this pull request as ready for review May 30, 2024 19:30
@camshaft camshaft merged commit ad6ec5d into master May 30, 2024
9 checks passed
@camshaft camshaft deleted the rm-bytes-mode branch May 30, 2024 19:30
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.

1 participant