2024-03-24 15:19:06 +00:00
|
|
|
# Note, this file is ignorelist file [1] not suppressions [2].
|
|
|
|
#
|
|
|
|
# [1]: https://clang.llvm.org/docs/SanitizerSpecialCaseList.html
|
|
|
|
# [2]: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html#runtime-suppressions
|
|
|
|
#
|
|
|
|
# See also [3] for all UBSan checks.
|
|
|
|
#
|
|
|
|
# [3]: https://github.com/llvm-mirror/compiler-rt/blob/master/lib/ubsan/ubsan_checks.inc
|
2024-04-27 07:46:03 +00:00
|
|
|
#
|
|
|
|
# Caveats for generic entry "fun":
|
|
|
|
# - does not work for __attribute__((__always_inline__))
|
|
|
|
# - requires asterisk at the beginning *and* end for static functions
|
|
|
|
#
|
2024-04-26 12:46:04 +00:00
|
|
|
[undefined]
|
2021-03-09 11:59:27 +00:00
|
|
|
# Some value is outside the range of representable values of type 'long' on user-provided data inside boost::geometry - ignore.
|
2021-03-12 09:39:40 +00:00
|
|
|
src:*/Functions/pointInPolygon.cpp
|
|
|
|
src:*/contrib/boost/boost/geometry/*
|
2021-11-26 08:36:36 +00:00
|
|
|
|
|
|
|
# We don't want to receive sanitizer alerts from third-party libraries during fuzzing
|
|
|
|
src:*/contrib/contrib/protobuf/*
|
|
|
|
src:*/contrib/libprotobuf-mutator/*
|