File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
test/sanitizer_suppressions Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ unsigned-integer-overflow:prevector.h
39
39
unsigned-integer-overflow:pubkey.h
40
40
unsigned-integer-overflow:script/interpreter.cpp
41
41
unsigned-integer-overflow:stl_bvector.h
42
+ unsigned-integer-overflow:test/fuzz/crypto_diff_fuzz_chacha20.cpp
42
43
unsigned-integer-overflow:txmempool.cpp
43
44
unsigned-integer-overflow:util/strencodings.cpp
44
45
unsigned-integer-overflow:validation.cpp
@@ -95,6 +96,7 @@ implicit-signed-integer-truncation:test/skiplist_tests.cpp
95
96
implicit-signed-integer-truncation:torcontrol.cpp
96
97
implicit-unsigned-integer-truncation:crypto/
97
98
implicit-unsigned-integer-truncation:leveldb/
99
+ implicit-unsigned-integer-truncation:test/fuzz/crypto_diff_fuzz_chacha20.cpp
98
100
# std::variant warning fixed in https://github.com/gcc-mirror/gcc/commit/074436cf8cdd2a9ce75cadd36deb8301f00e55b9
99
101
implicit-unsigned-integer-truncation:std::__detail::__variant::_Variant_storage
100
102
shift-base:xoroshiro128plusplus.h
@@ -105,5 +107,6 @@ shift-base:hash.cpp
105
107
shift-base:leveldb/
106
108
shift-base:net_processing.cpp
107
109
shift-base:streams.h
110
+ shift-base:test/fuzz/crypto_diff_fuzz_chacha20.cpp
108
111
shift-base:util/bip32.cpp
109
112
vptr:bls/bls.h
You can’t perform that action at this time.
0 commit comments