0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

Merge #18286: build: Add locale fuzzer to FUZZERS_MISSING_CORPORA (and unbreak Travis! :))

0d0bc3b5c1 build: Add locale fuzzer to FUZZERS_MISSING_CORPORA (practicalswift)

Pull request description:

  Add `locale` fuzzer to `FUZZERS_MISSING_CORPORA`.

  This is a follow-up to #18126 which broke Travis. Sorry about that :)

ACKs for top commit:
  fanquake:
    ACK 0d0bc3b5c1

Tree-SHA512: c0968dc798839f87c891d1dfccf5541883ac56b51a29f52244e78c221c9c087d2dea0a959612d907d53b29fca1f486b340227b17653227ecbf6ca5ab0e85b0d3
This commit is contained in:
fanquake 2020-03-07 07:42:42 +08:00
commit 3d28c886f0
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -30,6 +30,7 @@ FUZZERS_MISSING_CORPORA = [
"integer",
"key",
"key_origin_info_deserialize",
"locale",
"merkle_block_deserialize",
"out_point_deserialize",
"p2p_transport_deserializer",