mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-15 03:12:44 +02:00
test: Document why no symbol names can be used for suppressions
This commit is contained in:
parent
824eea5643
commit
fa04eb7d78
@ -1,6 +1,10 @@
|
|||||||
# -fsanitize=undefined suppressions
|
# -fsanitize=undefined suppressions
|
||||||
# =================================
|
# =================================
|
||||||
signed-integer-overflow:CTxMemPool::PrioritiseTransaction
|
# This would be `signed-integer-overflow:CTxMemPool::PrioritiseTransaction`,
|
||||||
|
# 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
|
||||||
|
signed-integer-overflow:txmempool.cpp
|
||||||
|
|
||||||
# -fsanitize=integer suppressions
|
# -fsanitize=integer suppressions
|
||||||
# ===============================
|
# ===============================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user