mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 08:30:56 +01:00
dbf18843d0
GitOrigin-RevId: 5462e321c31054d1bc936925d10e8c5d9075530d
21 lines
662 B
Plaintext
21 lines
662 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/column/simple8b*
|
|
src:src/mongo/bson/column/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
|