Skip to content

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