mirror of https://github.com/google/oss-fuzz.git
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:
parent
ef324ae390
commit
59d804ca19
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue