diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-04-28 21:04:14 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-05-05 20:12:00 +0200 |
commit | fa03d0acd6bd8bb6d3d5227512f042ff537ad993 (patch) | |
tree | 510f40d65a231ac8ccc774178c0f4149bc00175d /test/sanitizer_suppressions | |
parent | fa61ce5cf5c1d73d352173806571bcd7799ed2ee (diff) |
fuzz: Create a block template in tx_pool targets
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r-- | test/sanitizer_suppressions/ubsan | 2 |
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 # =============================== |