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

Allow to customize FUZZ_SECONDS option per target #125

Open
Tpt opened this issue Mar 7, 2023 · 2 comments
Open

Allow to customize FUZZ_SECONDS option per target #125

Tpt opened this issue Mar 7, 2023 · 2 comments

Comments

@Tpt
Copy link

Tpt commented Mar 7, 2023

First thank you so much for clusterfuzzlite. I have a great time using it in Oxigraph.

Oxigraph provides multiple targets, some fuzzing simple parsers and one fuzzing the query optimizer. The query optimizer target is way slower than the parsing ones, requirering much more time to yield interesting results or even to go through the already existing corpus. I would love a way to set different time limit per target or have an option in the google/clusterfuzzlite/actions/run_fuzzers GitHub to only run a specific list of targets instead of all of them.

@jonathanmetzman
Copy link
Collaborator

This is a good idea. I might have an idea how to do this using existing solutions because I think implementing it as is would kind of do violence to our code.

@Tpt
Copy link
Author

Tpt commented Mar 9, 2023

I might have an idea how to do this using existing solutions

That would be perfect! Thank you!

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

No branches or pull requests

2 participants