ClickHouse/tests/ubsan_suppressions.txt
2021-03-12 12:39:40 +03:00

6 lines
285 B
Plaintext

# 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.
src:*/Functions/pointInPolygon.cpp
src:*/contrib/boost/boost/geometry/*