diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-01-24 16:12:42 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-01-24 16:07:34 +0100 |
commit | faa75fa19335e3e826efa4f2280609a2db34425d (patch) | |
tree | 8a87ccda22353d92fb747fc62f375f96a24a7fe7 /test/sanitizer_suppressions | |
parent | e3de7cb9039770e0fd5b8bb8a5cba35c87ae8f00 (diff) |
Avoid unsigned integer overflow in bitcoin-tx
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r-- | test/sanitizer_suppressions/ubsan | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan index 393278bd6a..6a0154d702 100644 --- a/test/sanitizer_suppressions/ubsan +++ b/test/sanitizer_suppressions/ubsan @@ -45,7 +45,6 @@ shift-base:test/fuzz/crypto_diff_fuzz_chacha20.cpp # job. unsigned-integer-overflow:addrman.cpp unsigned-integer-overflow:arith_uint256.h -unsigned-integer-overflow:bitcoin-tx.cpp unsigned-integer-overflow:common/bloom.cpp unsigned-integer-overflow:chain.cpp unsigned-integer-overflow:chain.h |