Abhishek Arya

Results 186 comments of Abhishek Arya

> Do we think presubmit is the right place for this? It won't do anything for ideal integrations. > On the other hand, if we do this in bad_build_check it...

@bep, any other maintainer in mind, it will be nice to keep integration working.

from Dor1s, There are few new fuzz targets in Chromium, need to add those (ideally, upstream all the targets); https://cs.chromium.org/chromium/src/third_party/zlib/contrib/tests/fuzzers/

@DarkDimius - please submit a simple PR similar to https://github.com/google/oss-fuzz/pull/2536#issue-290927443, citing who is using Sorbet ide.

@bshastry - definitely, we can switch to upstream version, can delete current one in oss-fuzz repo, and see any of it needs to be upstreamed in either of those two...

@oliverchang - can you please take a look, if this is related to recent bumping up of bots quota ?

Thanks @lipeng28 , can you submit a PR patch for this.

We only support AFL++ now, not vanilla AFL which is unmaintained. see https://github.com/google/clusterfuzz/pull/2293

ah this is impacting production too ``` "afl-showmap didn't output any coverage for file /mnt/scratch0/clusterfuzz/bot/inputs/data-bundles/nginx_http_request_fuzzer/28e3633dd504f0a00e8d57dfd9c6a3787b54204b (41 bytes). Command: ['/mnt/scratch0/clusterfuzz/bot/builds/clusterfuzz-builds-afl_nginx_810916c26bedd592bcfa2ad1f6510c869e8cfa06/revisions/afl-showmap', '-l1', '-pfast', '-o/mnt/scratch0/clusterfuzz/bot/inputs/fuzzer-testcases-disk/temp-452/afl_showmap_output', '-mnone', '/mnt/scratch0/clusterfuzz/bot/builds/clusterfuzz-builds-afl_nginx_810916c26bedd592bcfa2ad1f6510c869e8cfa06/revisions/http_request_fuzzer', '1'] Return code: 1 Time executed:...

I think this was an issue with TEST_BLOBS_BUCKET set for integration tests. This is yet another time this bites me. Removing it works. Any thoughts on fixing this, not a...