aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_suppressions
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-04-28 21:04:14 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-05-05 20:12:00 +0200
commitfa03d0acd6bd8bb6d3d5227512f042ff537ad993 (patch)
tree510f40d65a231ac8ccc774178c0f4149bc00175d /test/sanitizer_suppressions
parentfa61ce5cf5c1d73d352173806571bcd7799ed2ee (diff)
downloadbitcoin-fa03d0acd6bd8bb6d3d5227512f042ff537ad993.tar.xz
fuzz: Create a block template in tx_pool targets
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r--test/sanitizer_suppressions/ubsan2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan
index 27885b094e..6603897c27 100644
--- a/test/sanitizer_suppressions/ubsan
+++ b/test/sanitizer_suppressions/ubsan
@@ -5,6 +5,8 @@
# names can be used.
# See https://github.com/google/sanitizers/issues/1364
signed-integer-overflow:txmempool.cpp
+# https://github.com/bitcoin/bitcoin/pull/21798#issuecomment-829180719
+signed-integer-overflow:policy/feerate.cpp
# -fsanitize=integer suppressions
# ===============================