oss-fuzz
oss-fuzz copied to clipboard
OSS-Fuzz - continuous fuzzing for open source software.
Implemented using buildx to emulate aarch64 using QEMU Related: #8164
Signed-off-by: Taras Drozdovskyi
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`