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

Supercedes #2020. Moving so we (AFL++ people) can collaborate on this PR. From the original: > Currently, only corpora are saved in the archive and the summaries of coverage are...

Recent experiments have [`Fuzz target binary not found.`](https://pantheon.corp.google.com/logs/query;query=jsonPayload.experiment%3D2024-08-22-2028-bases-2%0Aseverity%3E%3DERROR;cursorTimestamp=2024-08-22T01:44:37.540131675Z;startTime=2024-08-21T00:51:31.310Z;endTime=2024-08-23T00:51:31.310336Z?project=fuzzbench&e=-13802955&mods=logs_tg_prod) errors which appears to be flaky and cannot be reproduced locally. This PR adds more logs to help understand the cause.

### Description Add mutant-based benchmarks and update experiment data in the YAML file. This experiment only introduces new benchmarks as we want to address the saturated seed corpus problem through...

This PR adds code to use pub sub queues on the measurer when running cloud experiments, instead of python in-memory queues. This PR is still a draft, I still want...

Discovered by @addisoncrump: https://github.com/google/fuzzbench/pull/2032#discussion_r1722393965 A more informative alternative is to let the CI fail and report 'the benchmark does not exist' to avoid misleading the user and inform us to...

The libfuzzer commit used was an older version which did not seem to be up-to-date with documentation and harness behaviour. This led to assertion failures in the main fuzzer loop...

PCRE2 is a complicated target which is prone to timeouts. This timeout-proneness is caused, in part, by the input representing *instructions* rather than flat data. Additionally, the state space of...

A follow on from https://github.com/google/fuzzbench/pull/2012 Testing AFLChurn++ on this old branch with bug-based benchmarks

Hi, I am trying to build gramatron, grimoire, nautilus on mruby-2018-05-23, php_php-fuzz-execute, quickjs_eval-2020-01-05. I didn't find any experiment after the coverage update to branch coverage(June 2022) as well. All of...