Add ubsan suppression for protobuf (#31835)

This commit is contained in:
Nikita Mikhaylov 2021-11-26 11:36:36 +03:00 committed by GitHub
parent fae71279e7
commit 696c871e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,3 +3,7 @@
# 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/*
# We don't want to receive sanitizer alerts from third-party libraries during fuzzing
src:*/contrib/contrib/protobuf/*
src:*/contrib/libprotobuf-mutator/*