summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ubsan.blacklist3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/ubsan.blacklist b/etc/ubsan.blacklist
index efd9562dacf..f9cab51a186 100644
--- a/etc/ubsan.blacklist
+++ b/etc/ubsan.blacklist
@@ -15,6 +15,9 @@ src:src/third_party/unicode-*/*
src:src/third_party/yaml-cpp-*/*
src:src/third_party/zlib-*/*
+# See SERVER-29505.
+src:src/third_party/timelib-*/*
+
# See SERVER-22705. We depend on the C flexible array trick
# which trips up UBSAN.
src:src/mongo/db/storage/mmap_v1/*