mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
Merge bitcoin/bitcoin#28147: suppressions: note that type:ClassName::MethodName
should be used
d0c6cc4abe
suppressions: note that 'type:ClassName::MethodName' should be used (fanquake) Pull request description: Now that the symbolizer is back in play, suppressions can once-again be targeted to functions, rather than file-wide. ACKs for top commit: MarcoFalke: lgtm ACKd0c6cc4abe
hebasto: ACKd0c6cc4abe
Tree-SHA512: fb65398eae18a6ebc5f8414275c568cf2664ab5357c2b3160f3bf285b67bc3af788225c5dba3c824c0e098627789450bec775375f52529d71c6ef700a9632d65
This commit is contained in:
commit
4517e2f4d4
1 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
# Suppressions should use `sanitize-type:ClassName::MethodName`.
|
||||
|
||||
# -fsanitize=undefined suppressions
|
||||
# =================================
|
||||
# The suppressions would be `sanitize-type:ClassName::MethodName`,
|
||||
# however due to a bug in clang the symbolizer is disabled and thus no symbol
|
||||
# names can be used.
|
||||
# See https://github.com/google/sanitizers/issues/1364
|
||||
|
||||
# -fsanitize=integer suppressions
|
||||
# ===============================
|
||||
|
@ -11,8 +9,7 @@
|
|||
# ------------
|
||||
# Suppressions in dependencies that are developed outside this repository.
|
||||
unsigned-integer-overflow:*/include/c++/
|
||||
# unsigned-integer-overflow in FuzzedDataProvider's ConsumeIntegralInRange
|
||||
unsigned-integer-overflow:FuzzedDataProvider.h
|
||||
unsigned-integer-overflow:FuzzedDataProvider::ConsumeIntegralInRange
|
||||
unsigned-integer-overflow:leveldb/
|
||||
unsigned-integer-overflow:minisketch/
|
||||
unsigned-integer-overflow:test/fuzz/crypto_diff_fuzz_chacha20.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue