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::*
13
13
race:bitcoin-qt
14
14
15
15
# deadlock (TODO fix)
16
+ # To reproduce, see:
17
+ # https://github.com/bitcoin/bitcoin/issues/19303#issuecomment-1514926359
16
18
deadlock:Chainstate::ConnectTip
17
19
18
20
# Intentional deadlock in tests
@@ -35,7 +37,7 @@ race:libzmq
35
37
# https://github.com/bitcoin/bitcoin/issues/20618
36
38
race:CZMQAbstractPublishNotifier::SendZmqMessage
37
39
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
39
41
race:epoll_ctl
40
42
41
43
# https://github.com/bitcoin/bitcoin/issues/23366
Original file line number Diff line number Diff line change 5
5
# names can be used.
6
6
# See https://github.com/google/sanitizers/issues/1364
7
7
8
- # https://github.com/bitcoin/bitcoin/pull/21798#issuecomment-829180719
9
- signed-integer-overflow:policy/feerate.cpp
10
-
11
8
# -fsanitize=integer suppressions
12
9
# ===============================
13
10
# Dependencies
14
11
# ------------
15
12
# Suppressions in dependencies that are developed outside this repository.
16
13
unsigned-integer-overflow:*/include/c++/
17
- unsigned-integer-overflow:bench/bench.h
18
14
# unsigned-integer-overflow in FuzzedDataProvider's ConsumeIntegralInRange
19
15
unsigned-integer-overflow:FuzzedDataProvider.h
20
16
unsigned-integer-overflow:leveldb/
@@ -31,8 +27,6 @@ implicit-signed-integer-truncation:leveldb/
31
27
implicit-unsigned-integer-truncation:*/include/c++/
32
28
implicit-unsigned-integer-truncation:leveldb/
33
29
implicit-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
36
30
shift-base:*/include/c++/
37
31
shift-base:leveldb/
38
32
shift-base:minisketch/
You can’t perform that action at this time.
0 commit comments