Skip to content

Commit faca40e

Browse files
author
MarcoFalke
committed
test: Add temporary coinstats suppressions
1 parent ca424e2 commit faca40e

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)