jqlang / jq

Command-line JSON processor
https://jqlang.github.io/jq/
Other
30.52k stars 1.58k forks source link

Add a fuzzer target using LibFuzzer #2688

Open nicowilliams opened 1 year ago

nicowilliams commented 1 year ago

https://llvm.org/docs/LibFuzzer.html

Something like make jqfuzz. I'm using AFL right now, but LibFuzzer sounds appealing.

nicowilliams commented 1 year ago

Ditto https://github.com/google/honggfuzz.

emanuele6 commented 1 year ago

We already fuzz with libfuzzer, afl, and honggfuzz on OSS fuzz file

But we don't have fuzzer targets