From 9eb617d5d3f678e218a60cf8fe78e4038b175cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 7 Mar 2024 10:39:00 +0100 Subject: [PATCH] Add release note for GL #4591 --- doc/notes/notes-9.18.25.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-9.18.25.rst b/doc/notes/notes-9.18.25.rst index 0781387e46..eb7f524937 100644 --- a/doc/notes/notes-9.18.25.rst +++ b/doc/notes/notes-9.18.25.rst @@ -25,6 +25,11 @@ Bug Fixes :any:`max-cache-size` limit being exceeded and has now been fixed. :gl:`#4621` +- The logic for cleaning up cached DNS records whose TTL has expired was + tweaked to be more aggressive. This change helps with enforcing + :any:`max-cache-ttl` and :any:`max-ncache-ttl` in a timely manner. + :gl:`#4591` + - A use-after-free assertion might get triggered when the overmem cache cleaning triggers. :gl:`#4595`