buttercup icon indicating copy to clipboard operation
buttercup copied to clipboard

Add other OSS-Fuzz fuzzers

Open reytchison opened this issue 6 months ago • 0 comments

The fuzzer-bot only uses libfuzzer and jazzer. However, there are other standard OSS-Fuzz fuzzers: https://google.github.io/oss-fuzz/getting-started/new-project-guide/#fuzzing_engines. OSS-Fuzz recommends running all of them, Additionally libfuzzer has drawbacks, including it stops on finding the first crash and the default max input size is small (4096 bytes).

reytchison avatar Aug 19 '25 13:08 reytchison