Skip to content

Commit 46424e9

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#22202: test: Add temporary coinstats suppressions
faca40e test: Add temporary coinstats suppressions (MarcoFalke) Pull request description: Needed for my fuzzer to continue to run ACKs for top commit: practicalswift: cr ACK faca40e: suppression looks necessary (temporarily) Tree-SHA512: 5bdff9a24a60546cfe31e775fa2aa5e238aefda2ed2604bef18c82b1b80c51ca3cbe058d6c7988fa75305258b70076036a3e430b9b7de13a111309fa7a66745b
2 parents ca424e2 + faca40e commit 46424e9

File tree

1 file changed

+3
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+3
-0
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ unsigned-integer-overflow:crypto/
3434
unsigned-integer-overflow:FuzzedDataProvider.h
3535
unsigned-integer-overflow:hash.cpp
3636
unsigned-integer-overflow:leveldb/
37+
# temporary coinstats suppressions (will be removed and fixed in https://github.com/bitcoin/bitcoin/pull/22146)
38+
unsigned-integer-overflow:node/coinstats.cpp
39+
signed-integer-overflow:node/coinstats.cpp
3740
unsigned-integer-overflow:policy/fees.cpp
3841
unsigned-integer-overflow:prevector.h
3942
unsigned-integer-overflow:pubkey.h

0 commit comments

Comments
 (0)