We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824eea5 commit fa04eb7Copy full SHA for fa04eb7
test/sanitizer_suppressions/ubsan
@@ -1,6 +1,10 @@
1
# -fsanitize=undefined suppressions
2
# =================================
3
-signed-integer-overflow:CTxMemPool::PrioritiseTransaction
+# 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
8
9
# -fsanitize=integer suppressions
10
# ===============================
0 commit comments