From: Ondřej Surý Date: Wed, 8 Dec 2021 10:24:47 +0000 (+0100) Subject: Add CHANGES and release not for [GL #3051] X-Git-Tag: v9.17.22~49^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dff5888d9b00e932a1aa66eaca1ace76b9671cc3;p=thirdparty%2Fbind9.git Add CHANGES and release not for [GL #3051] --- diff --git a/CHANGES b/CHANGES index 3451a38c851..8d26051d1f9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5776. [bug] Add a missing isc_condition_destroy() for nmsocket + condition variable and add missing isc_mutex_destroy() + for nmworker lock. [GL #3051] + 5775. [bug] Added a timer in the resolver to kill fetches that have deadlocked as a result of dependency loops with the ADB or the validator. This condition is diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3e6b31f3d6d..9480b5fae8e 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -79,3 +79,6 @@ Bug Fixes - The resolver could hang on shutdown due to dispatch resources not being cleaned up when a TCP connection was reset. This has been fixed. :gl:`#3026` + +- On FreeBSD, a TCP connection would leak a small amount of heap memory leading + to out-of-memory problem in a long run. This has been fixed. :gl:`#3051`