summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2022-01-28 14:12:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-28 14:52:52 +0000
commitb0efdc89bb2b716e08587c196d81acaf8884bd7b (patch)
treefe065c3c82e1fecc36db30111a0bc64fad63c102 /etc
parentedceb0c5e345f15f660776ded34b3f5e3245533d (diff)
downloadmongo-b0efdc89bb2b716e08587c196d81acaf8884bd7b.tar.gz
SERVER-49230 Upgrade Zstandard to 1.5.1
Diffstat (limited to 'etc')
-rw-r--r--etc/third_party_components.yml1
-rw-r--r--etc/ubsan.denylist5
2 files changed, 0 insertions, 6 deletions
diff --git a/etc/third_party_components.yml b/etc/third_party_components.yml
index 202b24a6c83..e831f5ef0b0 100644
--- a/etc/third_party_components.yml
+++ b/etc/third_party_components.yml
@@ -351,4 +351,3 @@ components:
release_monitoring_id: 12083
local_directory_path: src/third_party/zstandard-1.4.4
team_owner: "Execution"
- upgrade_suppression: TODO SERVER-49230
diff --git a/etc/ubsan.denylist b/etc/ubsan.denylist
index 877af569ff9..0b629d94785 100644
--- a/etc/ubsan.denylist
+++ b/etc/ubsan.denylist
@@ -15,11 +15,6 @@ 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-*/*