mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 20:49:10 +01:00
886057b7e6
GitOrigin-RevId: a5beb42f3378975e3d112df13ad670efc5a2749a
21 lines
658 B
Plaintext
21 lines
658 B
Plaintext
# Don't UBSAN most of third_party, but do ubsan WT
|
|
src:src/third_party/IntelRDFPMathLib20U1/*
|
|
src:src/third_party/mozjs/*
|
|
src:src/third_party/snappy-*/*
|
|
src:src/third_party/icu4c-*/*
|
|
|
|
# s2 compatibility
|
|
fun:_ZN8S2CellId14FromFaceIJWrapEiii
|
|
|
|
# TODO SERVER-88345 Remove simple8b from the denylist.
|
|
# This is a temporary change.
|
|
# Simple8b has known ubsan crashes that is hurting development of the decoder API.
|
|
src:src/mongo/bson/util/simple8b*
|
|
src:src/mongo/bson/util/bsoncolumn_helpers.h
|
|
src:src/third_party/abseil-cpp/dist/absl/numeric/int128_have_intrinsic.inc
|
|
|
|
# SERVER-62972
|
|
# libunwind has some UB when doing stack unwinding
|
|
[alignment]
|
|
fun:access_mem
|