mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
oss-fuzz: fix coverage build
This commit is contained in:
parent
08108a9f33
commit
091137f85f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ function build_native_go_fuzzer() {
|
|||
tags="-tags gofuzz"
|
||||
|
||||
if [[ $SANITIZER == *coverage* ]]; then
|
||||
coverbuild $path $func $fuzzer $coverpkg
|
||||
coverbuild $path $function $fuzzer $coverpkg
|
||||
else
|
||||
go-118-fuzz-build $tags -o $fuzzer.a -func $function $path
|
||||
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE $fuzzer.a -o $OUT/$fuzzer
|
||||
|
|
|
|||
Loading…
Reference in a new issue