microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Check LibFuzzer parameters for unsupported values #3604

Open Porges opened 9 months ago

Porges commented 9 months ago

At the moment we don't introspect into libfuzzer parameters except for checking if there is a timeout. We should also check for unsupported configurations, e.g. using -fork or -workers.

AB#169473