From 6f58d2c6fa5e0d9fe6b5133a9e0eacbb6069a80c Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 2 May 2024 16:30:30 +0200 Subject: [PATCH] Add release note for [GL #4507] --- doc/notes/notes-current.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 5c3a70da38..d07d457c1f 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -38,6 +38,10 @@ Security Fixes can cause server to respond slowly or not respond at all for other clients. :cve:`2024-1975` :gl:`#4480` +- Due to a logic error, lookups that trigger serving stale data and require + lookups in local authoritative zone data may result in an assertion failure. + This has been fixed. :cve:`2024-4076` :gl:`#4507` + New Features ~~~~~~~~~~~~