From 3d2bb0797bf5e57e5e646bf0d3c1e8b6528b0a43 Mon Sep 17 00:00:00 2001 From: retroflexer Date: Thu, 21 Jan 2021 14:43:40 -0500 Subject: [PATCH] CHANGELOG: Update for cherry picks for CVE --- CHANGELOG-3.2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index b763f345938..6d0d48f22a5 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -8,6 +8,16 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.
+## [v3.2.32](https://github.com/etcd-io/etcd/releases/tag/v3.2.32) (2021 TBD) +See [code changes](https://github.com/etcd-io/etcd/compare/v3.2.31...v3.2.32) and [v3.2 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_2.md) for any breaking changes. + +### Package `wal` +- add wal slice bound check to make sure entry index is not greater than the number of entries +- check slice size in decodeRecord +- fix panic when decoder not set + +### Package `fileutil` +- fix constant for linux locking ## [v3.2.31](https://github.com/etcd-io/etcd/releases/tag/v3.2.31) (2020-08-18)