bind9/doc/notes/notes-current.rst
Mark Andrews 54e5fb53e3 Add release note for #1718
(cherry picked from commit 2f9d6d4f7eb624986db914a2825bbcc4e6d378b1)
2020-06-18 10:18:42 +02:00

51 lines
1.2 KiB
ReStructuredText

..
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
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 http://mozilla.org/MPL/2.0/.
See the COPYRIGHT file distributed with this work for additional
information regarding copyright ownership.
.. _relnotes-9.16.5:
Notes for BIND 9.16.5
=====================
.. _relnotes-9.16.5-security:
Security Fixes
--------------
- None.
.. _relnotes-9.16.5-known:
- It was possible to trigger an assertion when attempting to fill an
oversized TCP buffer. This was disclosed in CVE-2020-8618. [GL #1850]
- It was possible to trigger an INSIST failure when a zone with an
interior wildcard label was queried in a certain pattern. This was
disclosed in CVE-2020-8619. [GL #1111] [GL #1718]
Known Issues
------------
- None
.. _relnotes-9.16.5-changes:
Feature Changes
---------------
- None.
.. _relnotes-9.16.5-bugs:
Bug Fixes
---------
- Properly handle missing ``kyua`` command so that ``make check`` does
not fail unexpectedly when CMocka is installed, but Kyua is not.
[GL #1950]