suppress boost geometry UBSan

This commit is contained in:
Nikita Mikhaylov 2021-03-12 12:39:40 +03:00 committed by GitHub
parent 6928f2a409
commit 339c12f510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
# 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:*/Functions/pointInPolygon.cpp
src:*/contrib/boost/boost/geometry/*