mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add ubsan suppression for protobuf (#31835)
This commit is contained in:
parent
fae71279e7
commit
696c871e47
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user