Add Code Intelligence go114-fuzz-build fork (#7221)

The patched Go versions adds a new runtime function to register
8bit counters when initializing the fuzz target. This is needed to
register those counters with libfuzzer and get real edge coverage.
This change is meant to be a temporary change until the Go patches are
accepted upstream. Then, we will create a pull request for
go114-fuzz-build
This commit is contained in:
Khaled Yakdan 2022-02-07 12:51:36 +01:00 committed by GitHub
parent ef324ae390
commit 59d804ca19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ mv -f /tmp/go-CodeIntelligenceTesting /root/.go
# Install go114-fuzz-build with the new Go.
rm -rf "$GOPATH/"
mkdir -p "$GOPATH/"
go install github.com/mdempsky/go114-fuzz-build@latest
go install github.com/CodeIntelligenceTesting/go114-fuzz-build@latest
ln -s "$GOPATH/bin/go114-fuzz-build" "$GOPATH/bin/go-fuzz"
# Re-install ossfuzz_coverage_runner.go.