aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_suppressions
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-06-09 19:51:22 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-06-09 19:48:45 +0200
commitfaca40ec68a25180f90a5b9ef017f931354d5bc6 (patch)
treea598d4c57280dcca620817381f36461ef5147660 /test/sanitizer_suppressions
parentca424e242a718658785053217fd66bfb39b5e791 (diff)
downloadbitcoin-faca40ec68a25180f90a5b9ef017f931354d5bc6.tar.xz
test: Add temporary coinstats suppressions
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r--test/sanitizer_suppressions/ubsan3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan
index 2850cfcea5..877adaccec 100644
--- a/test/sanitizer_suppressions/ubsan
+++ b/test/sanitizer_suppressions/ubsan
@@ -34,6 +34,9 @@ unsigned-integer-overflow:crypto/
unsigned-integer-overflow:FuzzedDataProvider.h
unsigned-integer-overflow:hash.cpp
unsigned-integer-overflow:leveldb/
+# temporary coinstats suppressions (will be removed and fixed in https://github.com/bitcoin/bitcoin/pull/22146)
+unsigned-integer-overflow:node/coinstats.cpp
+signed-integer-overflow:node/coinstats.cpp
unsigned-integer-overflow:policy/fees.cpp
unsigned-integer-overflow:prevector.h
unsigned-integer-overflow:pubkey.h