Open nicowilliams opened 1 year ago
https://llvm.org/docs/LibFuzzer.html
Something like make jqfuzz. I'm using AFL right now, but LibFuzzer sounds appealing.
make jqfuzz
Ditto https://github.com/google/honggfuzz.
We already fuzz with libfuzzer, afl, and honggfuzz on OSS fuzz
But we don't have fuzzer targets
https://llvm.org/docs/LibFuzzer.html
Something like
make jqfuzz
. I'm using AFL right now, but LibFuzzer sounds appealing.