google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.29k stars 555 forks source link

[fuzz_task] Get fuzz target weights in preprocess #4192

Closed jonathanmetzman closed 1 month ago

jonathanmetzman commented 2 months ago

Move fuzzer selection to preprocess because we need to access the db to do it now. https://github.com/google/clusterfuzz/issues/3008

jonathanmetzman commented 2 months ago

This is not ready.