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

fuzz.sh: add --max-len option and increase default length #332

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

ebiggers
Copy link
Owner

By default libFuzzer only generates inputs up to 4096 bytes in length. To allow more code to be covered, make fuzz.sh specify -max_len=65536 by default, and add an option that allows any value to be specified.

By default libFuzzer only generates inputs up to 4096 bytes in length.
To allow more code to be covered, make fuzz.sh specify -max_len=65536 by
default, and add an option that allows any value to be specified.
@ebiggers ebiggers merged commit c20954f into master Oct 28, 2023
50 checks passed
@ebiggers ebiggers deleted the fuzz-maxlen branch October 28, 2023 04:03
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