File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
test/sanitizer_suppressions Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ race:zmq::*
1313race:bitcoin-qt
1414
1515# deadlock (TODO fix)
16+ # To reproduce, see:
17+ # https://github.com/bitcoin/bitcoin/issues/19303#issuecomment-1514926359
1618deadlock:Chainstate::ConnectTip
1719
1820# Intentional deadlock in tests
@@ -35,7 +37,7 @@ race:libzmq
3537# https://github.com/bitcoin/bitcoin/issues/20618
3638race:CZMQAbstractPublishNotifier::SendZmqMessage
3739
38- # https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
40+ # https://github.com/bitcoin/bitcoin/pull/27498#issuecomment-1517410478
3941race:epoll_ctl
4042
4143# https://github.com/bitcoin/bitcoin/issues/23366
Original file line number Diff line number Diff line change 55# names can be used.
66# See https://github.com/google/sanitizers/issues/1364
77
8- # https://github.com/bitcoin/bitcoin/pull/21798#issuecomment-829180719
9- signed-integer-overflow:policy/feerate.cpp
10-
118# -fsanitize=integer suppressions
129# ===============================
1310# Dependencies
1411# ------------
1512# Suppressions in dependencies that are developed outside this repository.
1613unsigned-integer-overflow:*/include/c++/
17- unsigned-integer-overflow:bench/bench.h
1814# unsigned-integer-overflow in FuzzedDataProvider's ConsumeIntegralInRange
1915unsigned-integer-overflow:FuzzedDataProvider.h
2016unsigned-integer-overflow:leveldb/
@@ -31,8 +27,6 @@ implicit-signed-integer-truncation:leveldb/
3127implicit-unsigned-integer-truncation:*/include/c++/
3228implicit-unsigned-integer-truncation:leveldb/
3329implicit-unsigned-integer-truncation:test/fuzz/crypto_diff_fuzz_chacha20.cpp
34- # std::variant warning fixed in https://github.com/gcc-mirror/gcc/commit/074436cf8cdd2a9ce75cadd36deb8301f00e55b9
35- implicit-unsigned-integer-truncation:std::__detail::__variant::_Variant_storage
3630shift-base:*/include/c++/
3731shift-base:leveldb/
3832shift-base:minisketch/
You can’t perform that action at this time.
0 commit comments