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

Add PCRE2 as a fuzzing benchmark #2034

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

addisoncrump
Copy link
Contributor

@addisoncrump addisoncrump commented Aug 19, 2024

PCRE2 is a complicated target which is prone to timeouts. This timeout-proneness is caused, in part, by the input representing instructions rather than flat data. Additionally, the state space of the program is significantly larger than the code coverage suggests. These two issues together make this a very hard target to fuzz, which has led to interesting problems in OSS-Fuzz and in local testing.

I think this target is interesting from a benchmarking perspective as it introduces complications which are not present in other targets in Fuzzbench and would like to add it to the standard benchmark suite. I have used the standard OSS-Fuzz integration script.

CC @PhilipHazel @alexdowad for input.

@addisoncrump addisoncrump marked this pull request as ready for review August 19, 2024 03:11
@addisoncrump addisoncrump marked this pull request as draft August 19, 2024 04:09
@addisoncrump
Copy link
Contributor Author

Seems to be breaking with a few standard fuzzers. Resolving now.

@addisoncrump
Copy link
Contributor Author

See #2035.

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