File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
test/sanitizer_suppressions Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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.
1311unsigned-integer-overflow:*/include/c++/
14- # unsigned-integer-overflow in FuzzedDataProvider's ConsumeIntegralInRange
15- unsigned-integer-overflow:FuzzedDataProvider.h
12+ unsigned-integer-overflow:FuzzedDataProvider::ConsumeIntegralInRange
1613unsigned-integer-overflow:leveldb/
1714unsigned-integer-overflow:minisketch/
1815unsigned-integer-overflow:test/fuzz/crypto_diff_fuzz_chacha20.cpp
You can’t perform that action at this time.
0 commit comments