fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
This PR fixes a problem with generating coverage reports for some libFuzzer-based experiments. The feature of the libFuzzer is that it quickly removes files from corpus, so it may be...
add cgc
Signed-off-by: Ju Chen
I am running fuzzbench with this command: ``` PYTHONPATH=. python3 experiment/run_experiment.py \ --experiment-config config.yaml \ --benchmarks sqlite3_ossfuzz \ --experiment-name experiment \ --fuzzers aflplusplus ``` After the experiment starts this error...
Link env variable `LIB_FUZZING_ENGINE` to Centipede's lib file, as required by benchmark `arrow_parquet-arrow-fuzz`. Unfortunately, this does not solve the `undefined reference to '__sanitizer_cov_load8'` error.