From 5127ddadba4c400a492099d73fa72b9b4dc5d48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 7 Mar 2024 16:47:00 +0000 Subject: [PATCH] Tweak and reword release notes --- doc/notes/notes-9.18.25.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/notes/notes-9.18.25.rst b/doc/notes/notes-9.18.25.rst index eb7f524937..b0e0f7a947 100644 --- a/doc/notes/notes-9.18.25.rst +++ b/doc/notes/notes-9.18.25.rst @@ -25,15 +25,15 @@ 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 +- The logic for cleaning up expired cached DNS records 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` +- It was possible to trigger a use-after-free assertion when the overmem cache + cleaning was initiated. This has been fixed. :gl:`#4595` - ISC would like to thank to Jinmei Tatuya from Infoblox for bringing + ISC would like to thank Jinmei Tatuya of Infoblox for bringing this issue to our attention. Known Issues