google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.11k stars 270 forks source link

Adds quadfuzz engine #1854

Closed catenacyber closed 1 year ago

catenacyber commented 1 year ago

Fuzzing engine dedicated to find quadratic complexity

@oliverchang , waiting for NallocFuzz answer, here is a try of some fuzzing engine, which will be bad in benchmarks, but is aimed at finding quadratic complexity as inspired by @kevinbackhouse cf https://github.com/github/cmark-gfm/blob/c32ef78bae851cb83b7ad52d0fbff880acdcd44a/fuzz/fuzz_quadratic.c

DonggeLiu commented 1 year ago

So, closing this.

Are there some projects where you would like me to try quadfuzz manually ?

Nothing I can think of at the moment.