ClickHouse/tests/ubsan_suppressions.txt

6 lines
285 B
Plaintext
Raw Normal View History

# https://github.com/llvm-mirror/compiler-rt/blob/master/lib/ubsan/ubsan_checks.inc
# 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/*