2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Mention GL #3040 in the release notes

This commit is contained in:
Michał Kępień 2021-12-06 15:51:24 +01:00 committed by Petr Špaček
parent da1e73cd4d
commit a8d5fd88e3
No known key found for this signature in database
GPG Key ID: ABD587CDF06581AE

View File

@ -78,8 +78,9 @@ Bug Fixes
``named`` to crash. This has been fixed. :gl:`#1608`
- 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`
being cleaned up when a TCP connection was reset, or due to dependency
loops in the ADB or the DNSSEC validator. This has been fixed.
:gl:`#3026` :gl:`#3040`
- 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`