From b321d2d2b9f6c8c7f25d35339848d9da291f808b Mon Sep 17 00:00:00 2001
From: Sergey Bronnikov <sergeyb@tarantool.org>
Date: Thu, 2 Mar 2023 13:41:50 +0300
Subject: [PATCH] build: bump zstd submodule

Updated third_party/zstd submodule from v1.5.2 to pre-1.5.5 version.
The new version fixes a rare bug that was introduced in 1.5.0 [1].

A v1.5.5 release version will be produced in March.

1. https://github.com/facebook/zstd/pull/3517

Fixes #8391

NO_DOC=build
NO_TEST=build

(cherry picked from commit ecbbc925d04abe3df771252338b904c49e056591)
---
 changelogs/unreleased/gh-8391-bump-zstd.md | 3 +++
 third_party/zstd                           | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/gh-8391-bump-zstd.md

diff --git a/changelogs/unreleased/gh-8391-bump-zstd.md b/changelogs/unreleased/gh-8391-bump-zstd.md
new file mode 100644
index 0000000000..3fe5eadcc4
--- /dev/null
+++ b/changelogs/unreleased/gh-8391-bump-zstd.md
@@ -0,0 +1,3 @@
+## feature/build
+
+* Updated zstd to version pre-1.5.5 (gh-8391).
diff --git a/third_party/zstd b/third_party/zstd
index e47e674cd0..bd86e24637 160000
--- a/third_party/zstd
+++ b/third_party/zstd
@@ -1 +1 @@
-Subproject commit e47e674cd09583ff0503f0f6defd6d23d8b718d3
+Subproject commit bd86e2463753612aef59eea2c7bef6e93b776a56
-- 
GitLab