oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

OSS-Fuzz - continuous fuzzing for open source software.

Results 635 oss-fuzz issues
Sort by recently updated
recently updated
newest added

Implemented using buildx to emulate aarch64 using QEMU Related: #8164

Found this issue while updating HCL fuzzer to Go 1.18 native fuzzing. ### Issue Prior to this change, `$fuzzer_filename` is populated with a list of all files containing the fuzz...

Now that it is supported on GCE.

After adding `github.com/AdamKorcz/go-118-fuzz-build/utils` as an import in the fuzz testing files, we still need to `go get` this package so the module has it available for use.

Hoping to fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48744 as the warning goes `warning: `-Z instrument-coverage` is deprecated; use `-C instrument-coverage`