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

mpv: explicitly enable Centipede #12019

Merged
merged 2 commits into from
Jun 1, 2024
Merged

Conversation

kasper93
Copy link
Contributor

@kasper93 kasper93 commented May 31, 2024

According to the documentation [1] and oss-fuzz source [2] it should be
enabled by default. But in fact it is not enabled by default on the
ClusterFuzz [3] and only projects that explicity enable Centipede are using
this engine.

[1] https://google.github.io/oss-fuzz/getting-started/new-project-guide/#fuzzing_engines
[2]

DEFAULT_ENGINES = ['libfuzzer', 'afl', 'honggfuzz', 'centipede']

[3] https://github.com/google/clusterfuzz/blob/22e11083b540518248d512141c45c25c7f560f2e/src/clusterfuzz/_internal/cron/project_setup.py#L204

See-Also: #11964

Copy link

kasper93 is either the primary contact or is in the CCs list of projects/mpv.
kasper93 has previously contributed to projects/mpv. The previous PR was #11965

@DavidKorczynski DavidKorczynski merged commit f9c55ba into google:master Jun 1, 2024
15 checks passed
@kasper93 kasper93 deleted the mpv_yaml branch June 1, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants