mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
merge bitcoin#21604: Document why no symbol names can be used for suppressions
This commit is contained in:
parent
c116d8405a
commit
ad71db2dcc
@ -1,6 +1,10 @@
|
||||
# -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
|
||||
# ===============================
|
||||
|
Loading…
Reference in New Issue
Block a user