2015-10-02 05:08:28 +02:00
|
|
|
# Don't UBSAN most of third_party, but do ubsan WT
|
|
|
|
src:src/third_party/IntelRDFPMathLib20U1/*
|
2017-06-18 16:52:07 +02:00
|
|
|
src:src/third_party/asio-*/*
|
2016-02-16 20:08:50 +01:00
|
|
|
src:src/third_party/boost-*/*
|
|
|
|
src:src/third_party/gperftools-*/*
|
2016-06-01 16:46:02 +02:00
|
|
|
src:src/third_party/icu4c-*/*
|
2015-10-02 05:08:28 +02:00
|
|
|
src:src/third_party/libstemmer_c/*
|
2021-12-01 19:53:05 +01:00
|
|
|
src:src/third_party/mozjs/*
|
2015-10-02 05:08:28 +02:00
|
|
|
src:src/third_party/murmurhash3/*
|
2022-06-28 00:24:01 +02:00
|
|
|
src:src/third_party/pcre2/*
|
2015-10-02 05:08:28 +02:00
|
|
|
src:src/third_party/s2/*
|
2016-02-16 20:08:50 +01:00
|
|
|
src:src/third_party/snappy-*/*
|
2015-10-02 05:08:28 +02:00
|
|
|
src:src/third_party/tz/*
|
2016-02-16 20:08:50 +01:00
|
|
|
src:src/third_party/unicode-*/*
|
|
|
|
src:src/third_party/yaml-cpp-*/*
|
|
|
|
src:src/third_party/zlib-*/*
|
|
|
|
|
2017-06-12 22:41:54 +02:00
|
|
|
# See SERVER-29505.
|
|
|
|
src:src/third_party/timelib-*/*
|
|
|
|
|
2021-04-30 21:00:09 +02:00
|
|
|
# Denylisting these functions due to a bug in libstdc++:
|
2016-02-16 20:08:50 +01:00
|
|
|
# http://stackoverflow.com/questions/30122500/is-this-code-really-undefined-as-clang-seems-to-indicate
|
|
|
|
fun:_ZStaNRSt13_Ios_FmtflagsS_
|
|
|
|
fun:_ZStanSt13_Ios_FmtflagsS_
|
|
|
|
|
2021-04-30 21:00:09 +02:00
|
|
|
# Denylisting these functions due to a bug in libstdc++:
|
2016-02-16 20:08:50 +01:00
|
|
|
# Maybe https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60734 or similar
|
|
|
|
fun:_ZNSt8_Rb_tree*_M_get_insert_hint_unique_posESt23*
|
|
|
|
fun:_ZNSt8_Rb_tree*_M_insert_I*
|
2016-04-09 20:39:15 +02:00
|
|
|
# Maybe https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63345 or similar
|
|
|
|
fun:_ZNSt8_Rb_tree*_M_insert_nodeE*
|
2016-04-20 17:47:33 +02:00
|
|
|
|
|
|
|
# See https://bugzilla.mozilla.org/show_bug.cgi?id=744965
|
|
|
|
fun:_ZN7mozilla*NumberEqualsInt32*
|
2022-03-18 20:08:11 +01:00
|
|
|
|
|
|
|
# SERVER-62972
|
|
|
|
# libunwind has some UB when doing stack unwinding
|
|
|
|
[alignment]
|
|
|
|
fun:access_mem
|