From 35bd74a5f094bae2a7155863aecee6a0ed4c41be Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Tue, 29 Aug 2023 22:18:27 +0300 Subject: [PATCH] Add CHANGES and release note for [GL #4255] Mention that possibility of partial TLS writes was taken into account and that fixes DNS messages corruption over long DNS over TLS streams. --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index d372165be2..238f14e607 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6241. [bug] Take into account the possibility of partial TLS writes + in TLS DNS code. That helps to prevent DNS messages + corruption on long DNS over TLS streams. [GL #4255] + 6240. [bug] Use dedicated per-worker thread jemalloc memory arenas for send buffers allocation to reduce memory consumption and avoid lock contention. [GL #4038] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ce786ef432..8bc1bb5561 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -69,6 +69,8 @@ Bug Fixes allowed us to optimize the process of returning memory pages back to the operating system. :gl:`#4038` +- Prevent DNS message corruption on long DNS over TLS streams. :gl:`#4255` + Known Issues ~~~~~~~~~~~~