From 339c12f510dca633d663d8fde6e3f18729c9e7ce Mon Sep 17 00:00:00 2001 From: Nikita Mikhaylov Date: Fri, 12 Mar 2021 12:39:40 +0300 Subject: [PATCH] suppress boost geometry UBSan --- tests/ubsan_suppressions.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ubsan_suppressions.txt b/tests/ubsan_suppressions.txt index b92a2d9730e..8d10b4f73dd 100644 --- a/tests/ubsan_suppressions.txt +++ b/tests/ubsan_suppressions.txt @@ -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 \ No newline at end of file +src:*/Functions/pointInPolygon.cpp +src:*/contrib/boost/boost/geometry/*