clusterfuzz
clusterfuzz copied to clipboard
Scalable fuzzing infrastructure.
2021-04-09 12:38:36,524 - run_bot - INFO - Executing command 'fuzz afl afl_asan_linux_fuzzer' 2021-04-09 12:38:36,637 - run_bot - INFO - Setting up fuzzer and data bundles. 2021-04-09 12:38:36,658 - run_bot -...
I experienced an issue today that I had not seen before, which is a panic that is thrown when creating various pubsub topics and subscriptions. ``` Traceback (most recent call...
During the syzkaller runs, we get a lot of these exceptions. They dont stop the run though. Traceback (most recent call last): File "/usr/local/lib/python3.7/logging/handlers.py", line 631, in emit s =...
we meet a problem that it turned out lack the package of 'yaml', we also tried to change the Pipfile adding the PyYAML module, but it failed as well, with...
1. Go to https://oss-fuzz.com/fuzzer-stats?group_by=by-day&date_start=2021-02-25&date_end=2021-03-03&fuzzer=libFuzzer&job=libfuzzer_asan_valijson&project=valijson 2. Log link is https://oss-fuzz.com/gcs-redirect?path=gs%3A%2F%2Fvalijson-logs.clusterfuzz-external.appspot.com%2FlibFuzzer_valijson_fuzzer%2Flibfuzzer_asan_valijson 3. Should probably be: https://oss-fuzz.com/gcs-redirect?path=gs%3A%2F%2Fvalijson-logs.clusterfuzz-external.appspot.com There's not really a good answer on what it should be. And this is a minor...
Hi, I was trying to run a reproduction for a Chrome ASAN failure, when I got the above error message. Having just built the Chrome binary, I was confused for...
Dynamic timeouts for engine based fuzzers, also analyze_task timeout should be higher (not 25 sec)
Three bugs here: 1. Too low timeout in google instance template. Now increased to 90 secs. 2. Fix timeout argument during reproduction (upload testcases are not impacted as they dont...
I tried running the reproduction tool today, and got errors building the grpcio-tools ([gpaste](http://gpaste/4977920423493632) of full error). After some asking around, a colleague mentioned that they'd encountered this too, and...