Skip to content

Commit 1ea5c7e

Browse files
author
MarcoFalke
committed
Merge #21604: test: Document why no symbol names can be used for suppressions
fa04eb7 test: Document why no symbol names can be used for suppressions (MarcoFalke) Pull request description: Top commit has no ACKs. Tree-SHA512: 02e5d9cb3ca299b5e7f1f0f780af514692147f5f0846e21e5375a99e90d3aed3a3489c674ac0eb90ae34d60f576410ba1d926d5ca70cdce4f9c7a111cd516adf
2 parents 5c9b06d + fa04eb7 commit 1ea5c7e

File tree

1 file changed

+5
-1
lines changed
  • test/sanitizer_suppressions

1 file changed

+5
-1
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# -fsanitize=undefined suppressions
22
# =================================
3-
signed-integer-overflow:CTxMemPool::PrioritiseTransaction
3+
# This would be `signed-integer-overflow:CTxMemPool::PrioritiseTransaction`,
4+
# however due to a bug in clang the symbolizer is disabled and thus no symbol
5+
# names can be used.
6+
# See https://github.com/google/sanitizers/issues/1364
7+
signed-integer-overflow:txmempool.cpp
48

59
# -fsanitize=integer suppressions
610
# ===============================

0 commit comments

Comments
 (0)