Merge tag 'v9_16_31' into v9_16

BIND 9.16.31
This commit is contained in:
Michal Nowak
2022-07-21 14:37:36 +02:00
3 changed files with 27 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ information about each release, source code, and pre-compiled versions
for Microsoft Windows operating systems.
.. include:: ../notes/notes-current.rst
.. include:: ../notes/notes-9.16.31.rst
.. include:: ../notes/notes-9.16.30.rst
.. include:: ../notes/notes-9.16.29.rst
.. include:: ../notes/notes-9.16.28.rst

View File

@@ -0,0 +1,24 @@
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
..
.. SPDX-License-Identifier: MPL-2.0
..
.. This Source Code Form is subject to the terms of the Mozilla Public
.. License, v. 2.0. If a copy of the MPL was not distributed with this
.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
..
.. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership.
Notes for BIND 9.16.31
----------------------
Bug Fixes
~~~~~~~~~
- An assertion failure caused by a TCP connection closing between a
connect (or accept) and a read from a socket has been fixed.
:gl:`#3400`
- :iscman:`named` could crash during a very rare situation that could
arise when validating a query which had timed out at that exact
moment. This has been fixed. :gl:`#3398`