aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-12-13 12:58:30 +0100
committerStefan Boberg <[email protected]>2024-12-13 12:58:30 +0100
commit0741806e6c632adcaf4676094733941728760e50 (patch)
tree0638ba72d228094e0e1fc95bf738df796f82d892
parentImplemented temporary workaround for long paths in ComputeOpKey (diff)
downloadzen-0741806e6c632adcaf4676094733941728760e50.tar.xz
zen-0741806e6c632adcaf4676094733941728760e50.zip
change log update for oplog key fix which was accidentally committed to main directly
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eafb4c3d8..63cbc8225 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -92,6 +92,7 @@
- Improvement: Fixed threading and lifetime issues in AuthMgr
- Improvement: Adding an existing OpenId provider now preplaces any existing one if the parameters differ
- Bugfix: Reduce background job description name for oplog import/export FORT-829408
+- Bugfix: Long oplog entry keys could cause infinite loops in xxhash due to API mis-use. A workaround is in place which retains the old key mapping to maintain backwards compatibility with on-disk state
## 5.5.15
- Bugfix: Fix returned content type when requesting a project store chunk with non-compressed accept type