fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

FuzzBench - Fuzzer benchmarking as a service.

Results 279 fuzzbench issues
Sort by recently updated
recently updated
newest added

How do fuzzers who requires `FUZZER_LIB` work with benchmark `arrow_parquet-arrow-fuzz`? The [build script of that benchmark](https://github.com/google/fuzzbench/blob/master/benchmarks/arrow_parquet-arrow-fuzz/build.sh) does not seem to make use of `FUZZER_LIB`.

One build command that runs in `/src/openss/` reads: ```bash ./config --prefix=/src/curl_install --debug enable-fuzz-libfuzzer -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION no-shared enable-tls1_3 enable-rc5 enable-md2 enable-ssl3 enable-ec_nistp_64_gcc_128 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -pthread -Wl,--no-as-needed -Wl,-ldl -Wl,-lm -Wno-unused-command-line-argument...

There are no error message shown in terminal but experiment programs aren't running. How to enable verbose mode for run_experiment.py or how to debug the fuzzbench code.

I tried to understand how plotting critical difference in fuzzbench works and I see that you use [number of benchmarks](https://github.com/google/fuzzbench/blob/master/analysis/plotting.py#L479) when generating a plot. From what I understood, if N...

I have been trying to identify new interesting benchmarks to evaluate a fuzzer. For this I wrote [some scripts](https://github.com/florian-university/format_fuzzer_experiments) that integrate all OSS-Fuzz experiments to fuzzbench. It basically runs the...

This will improve go's native fuzzer.

This makes debugging builds more painful.

Repro command: ``` PYTHONPATH=. python analysis/generate_report.py -q 2022-02-18-field -c -d /tmp/2022-02-18-field Traceback (most recent call last): File "/home/fuzzbench/analysis/generate_report.py", line 276, in sys.exit(main()) File "/home/fuzzbench/analysis/generate_report.py", line 260, in main generate_report(experiment_names=args.experiments, File...

# Issue When the experiment yaml file sets `merge_with_nonprivate: true`, `fuzzbench` produces an error message saying *"Error generating HTML report"*. An experiment named **2022-03-08-11-02-07** shows the existence of this issue...