summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-12-15 14:26:50 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-19 18:20:53 +0000
commit38abbf63ef4129b715adff857e64964b8384b986 (patch)
treece68ab8ccbff9c3d4d9c3cfba4bd9c78a8a73b65 /etc
parent857e5ff84b57167abcfb875c56a3cda1464de563 (diff)
downloadmongo-38abbf63ef4129b715adff857e64964b8384b986.tar.gz
SERVER-62158 Fix novel UBSAN issues found with clang 12
Diffstat (limited to 'etc')
-rw-r--r--etc/ubsan.denylist5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/ubsan.denylist b/etc/ubsan.denylist
index 0b629d94785..877af569ff9 100644
--- a/etc/ubsan.denylist
+++ b/etc/ubsan.denylist
@@ -15,6 +15,11 @@ src:src/third_party/unicode-*/*
src:src/third_party/yaml-cpp-*/*
src:src/third_party/zlib-*/*
+# TODO(SERVER-49230) Remove this after upgrading to 1.5 per
+# https://github.com/facebook/zstd/issues/2110#issuecomment-996146316
+[pointer-overflow]
+src:src/third_party/zstandard-*/*
+
# See SERVER-29505.
src:src/third_party/timelib-*/*