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: limit input size #3293

Merged
merged 1 commit into from
Jul 17, 2024
Merged

fuzz: limit input size #3293

merged 1 commit into from
Jul 17, 2024

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

Place an upper limit on the input size to the fuzzer, to avoid naive out-of-memory failure reports, which we've been getting regularly.

See:

Earlier I had given up on fixing this because I was trying to configure higher memory limits; this is a more straightforward solution (and one suggested by https://google.github.io/oss-fuzz/getting-started/new-project-guide/#input-size).

to avoid naive out-of-memory failure reports, which we've been getting
regularly.
@flavorjones flavorjones merged commit 8005c10 into main Jul 17, 2024
132 checks passed
@flavorjones flavorjones deleted the flavorjones-202407-improve-fuzzer branch July 17, 2024 17:20
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