From 93d5f91f3e099d12a61bdd0014210b22dcbc6414 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 2 Dec 2024 15:19:40 +0100 Subject: [PATCH] fuzzing: fix oss-fuzz fuzzer --- oss-fuzz.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/oss-fuzz.sh b/oss-fuzz.sh index 5e4aa1c253..1f222c433b 100644 --- a/oss-fuzz.sh +++ b/oss-fuzz.sh @@ -234,10 +234,6 @@ compile_fuzzer github.com/ethereum/go-ethereum/tests/fuzzers/secp256k1 \ compile_fuzzer github.com/ethereum/go-ethereum/eth/protocols/eth \ FuzzEthProtocolHandlers fuzz_eth_protocol_handlers \ - $repo/eth/protocols/eth/handler_test.go + $repo/eth/protocols/eth/handler_test.go,$repo/eth/protocols/eth/peer_test.go -#compile_fuzzer tests/fuzzers/vflux FuzzClientPool fuzzClientPool -#compile_fuzzer tests/fuzzers/difficulty Fuzz fuzzDifficulty -#compile_fuzzer tests/fuzzers/les Fuzz fuzzLes -