Skip to content

Commit 43bf824

Browse files
committed
Merge bitcoin/bitcoin#22853: fuzz: Remove addrdb fuzz target
fa18553 fuzz: Remove addrdb fuzz target (MarcoFalke) Pull request description: The target has several issues: * It is named incorrectly (`addrdb`, but it constructs a `CBanEntry`) * It doesn't do anything meaningful, other than consuming one integer and passing it to a constructor * It consumes CPU time that can be used for the other targets * It is redundant with the banman fuzz target Fix all by removing it. ACKs for top commit: amitiuttarwar: ACK fa18553, thanks for the cleanup Tree-SHA512: 3f8944d3f80913bf466c03062fed070e96073fb72d0938b2bc9a2586960c86879d6f251e16fd81cfeb4e6685ff9eef6bccb25cd3901b218a100c90f25a3c9240
2 parents 01fa148 + fa18553 commit 43bf824

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

src/Makefile.test.include

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ test_fuzz_fuzz_LDADD = $(FUZZ_SUITE_LD_COMMON)
207207
test_fuzz_fuzz_LDFLAGS = $(FUZZ_SUITE_LDFLAGS_COMMON) $(RUNTIME_LDFLAGS)
208208
test_fuzz_fuzz_SOURCES = \
209209
test/fuzz/addition_overflow.cpp \
210-
test/fuzz/addrdb.cpp \
211210
test/fuzz/addrman.cpp \
212211
test/fuzz/asmap.cpp \
213212
test/fuzz/asmap_direct.cpp \

src/test/fuzz/addrdb.cpp

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)