AdamKorcz
AdamKorcz
> I've made all the changes I recommended above, you should find the fuzzer runs a lot faster now, and I'd be OK with merging this. > > Would you...
TLDR: I think we should solve all three points raised by @laurentsimon. I should be able to do all by the weekend. > checkout the repo https://github.com/slsa-framework/slsa-github-generator/blob/main/actions/gradle/publish/action.yml#L37, which should not...
CI should be fixed by https://github.com/cilium/cilium/pull/24262
> Everyone I've checked seems to work. Which in particular aren't running? https://oss-fuzz.com/fuzzer-stats?project=d3&fuzzer=libFuzzer&job=libfuzzer_nosanitizer_d3&group_by=by-fuzzer - crashes on every run. https://oss-fuzz.com/fuzzer-stats?project=jimp&fuzzer=libFuzzer&job=libfuzzer_nosanitizer_jimp&group_by=by-fuzzer https://oss-fuzz.com/fuzzer-stats?project=js-yaml&fuzzer=libFuzzer&job=libfuzzer_nosanitizer_js-yaml&group_by=by-fuzzer https://oss-fuzz.com/fuzzer-stats?project=ua-parser-js&fuzzer=libFuzzer&job=libfuzzer_nosanitizer_ua-parser-js&group_by=by-fuzzer https://oss-fuzz.com/fuzzer-stats?project=d3&fuzzer=libFuzzer&job=libfuzzer_nosanitizer_d3&group_by=by-fuzzer I am getting "Got error with status: 403"...
I am getting 404 here: https://oss-fuzz.com/fuzzer-stats?project=nodejs&fuzzer=libFuzzer&job=libfuzzer_asan_nodejs&group_by=by-fuzzer
I wrote a corpus converter a while back which may be outdated now from changes elsewhere in the infrastructure: https://github.com/google/oss-fuzz/blob/master/infra/base-images/base-runner/gocoverage/convertcorpus/main.go. I can definitely go through it and make sure that...
Thanks for the heads up, @catenacyber! Yes, this is safe to merge.
Yes, it might be that it is the `-r` flag that causes issues. I assume you have two `fuzz_test.go`?
> After dropping fuzz_coverage_test file coverage reporting works. But it strange: coverage reported only for one file: https://storage.googleapis.com/oss-fuzz-coverage/expr/reports/20230917/linux/index.html#file0 > > > Only fuzz_env.go file in coverage. Thank you for testing...
> But why Expr source files were not included in the coverage report? fuzz_text calls expr.Run() but it is not included. Let me check that.