Merge 6619d6a8dc into merged_master (Bitcoin PR bitcoin/bitcoin#28450)

ELEMENTS FIXME: the new package_eval fuzz target is compiling but likely
will need to be fixed further for actual fuzzing
This commit is contained in:
Byron Hambly 2025-08-04 14:35:15 +02:00
commit fcba9d14e3
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
2 changed files with 299 additions and 0 deletions

View file

@ -309,6 +309,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/netbase_dns_lookup.cpp \
test/fuzz/node_eviction.cpp \
test/fuzz/p2p_transport_serialization.cpp \
test/fuzz/package_eval.cpp \
test/fuzz/parse_hd_keypath.cpp \
test/fuzz/parse_numbers.cpp \
test/fuzz/parse_script.cpp \