Skip to content

Commit d0c6cc4

Browse files
committed
suppressions: note that 'type:ClassName::MethodName' should be used
Now that the symbolizer is back in play, suppressions can once-again be targeted to functions, rather than file-wide.
1 parent e35fb7b commit d0c6cc4

File tree

1 file changed

+3
-6
lines changed
  • test/sanitizer_suppressions

1 file changed

+3
-6
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1+
# Suppressions should use `sanitize-type:ClassName::MethodName`.
2+
13
# -fsanitize=undefined suppressions
24
# =================================
3-
# The suppressions would be `sanitize-type:ClassName::MethodName`,
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
75

86
# -fsanitize=integer suppressions
97
# ===============================
108
# Dependencies
119
# ------------
1210
# Suppressions in dependencies that are developed outside this repository.
1311
unsigned-integer-overflow:*/include/c++/
14-
# unsigned-integer-overflow in FuzzedDataProvider's ConsumeIntegralInRange
15-
unsigned-integer-overflow:FuzzedDataProvider.h
12+
unsigned-integer-overflow:FuzzedDataProvider::ConsumeIntegralInRange
1613
unsigned-integer-overflow:leveldb/
1714
unsigned-integer-overflow:minisketch/
1815
unsigned-integer-overflow:test/fuzz/crypto_diff_fuzz_chacha20.cpp

0 commit comments

Comments
 (0)