microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check LibFuzzer parameters for unsupported values

Porges opened this issue · comments

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