From: Mark Andrews Date: Fri, 23 Feb 2024 02:38:19 +0000 (+1100) Subject: Add CHANGES and release note for [GL #4495] X-Git-Tag: v9.19.22~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8539ac23011c9d8bb31028c0a993967dac4628;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #4495] --- diff --git a/CHANGES b/CHANGES index b4d26873bda..58b87afa069 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6350. [bug] Address use after free in expire_lru_headers. [GL #4495] + 6349. [placeholder] 6348. [bug] BIND could previously abort when trying to diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 246466be7ce..2705e7bc270 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -64,6 +64,13 @@ Bug Fixes ISC would like to thank Thomas Amgarten for bringing this issue to our attention. :gl:`#4518`, :gl:`#4528` +- A use-after-free assertion might get triggered when the overmem cache + cleaning triggers. :gl:`#4595` + + ISC would like to thank to Jinmei Tatuya from Infoblox for bringing + this issue to our attention. + + Known Issues ~~~~~~~~~~~~