Skip to content

Commit 0106861

Browse files
committed
Merge bitcoin/bitcoin#23859: test: Add missing suppressions for crypto_diff_fuzz_chacha20.cpp
faaf9da test: Add missing suppressions for crypto_diff_fuzz_chacha20.cpp (MarcoFalke) Pull request description: Without them, CI and fuzzing is broken ACKs for top commit: stratospher: ACK faaf9da. The changes look good to me. Tree-SHA512: 46604ba1b6eb8ea321e55e043835ca1e7a4f562855007b08cf9cf96d9a7f2a0155009ca1397f34338e478b8cc5b5a6a0dc94e1878a2f00bfab11595ae58bb014
2 parents 3699786 + faaf9da commit 0106861

File tree

1 file changed

+3
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+3
-0
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ unsigned-integer-overflow:prevector.h
4040
unsigned-integer-overflow:pubkey.h
4141
unsigned-integer-overflow:script/interpreter.cpp
4242
unsigned-integer-overflow:stl_bvector.h
43+
unsigned-integer-overflow:test/fuzz/crypto_diff_fuzz_chacha20.cpp
4344
unsigned-integer-overflow:txmempool.cpp
4445
unsigned-integer-overflow:util/strencodings.cpp
4546
unsigned-integer-overflow:validation.cpp
@@ -95,6 +96,7 @@ implicit-signed-integer-truncation:torcontrol.cpp
9596
implicit-unsigned-integer-truncation:*/include/c++/
9697
implicit-unsigned-integer-truncation:crypto/
9798
implicit-unsigned-integer-truncation:leveldb/
99+
implicit-unsigned-integer-truncation:test/fuzz/crypto_diff_fuzz_chacha20.cpp
98100
# std::variant warning fixed in https://github.com/gcc-mirror/gcc/commit/074436cf8cdd2a9ce75cadd36deb8301f00e55b9
99101
implicit-unsigned-integer-truncation:std::__detail::__variant::_Variant_storage
100102
shift-base:*/include/c++/
@@ -105,4 +107,5 @@ shift-base:leveldb/
105107
shift-base:minisketch/
106108
shift-base:net_processing.cpp
107109
shift-base:streams.h
110+
shift-base:test/fuzz/crypto_diff_fuzz_chacha20.cpp
108111
shift-base:util/bip32.cpp

0 commit comments

Comments
 (0)