CHANGES, release note

(cherry picked from commit 5e18ad05f4)
This commit is contained in:
Evan Hunt 2019-04-05 16:27:36 -07:00 committed by Ondřej Surý
parent 59434b987e
commit b96a3a0c79
2 changed files with 11 additions and 0 deletions

View file

@ -31,6 +31,10 @@
5203. [bug] Enforce whether key rdata exists or not in KEY,
DNSKEY, CDNSKEY and RKEY. [GL #899]
5200. [security] tcp-clients settings could be exceeded in some cases,
which could lead to exhaustion of file descriptors.
(CVE-2018-5743) [GL #615]
5197. [bug] dig could die in best effort mode on multiple SIG(0)
records. Similarly on multiple OPT and multiple TSIG
records. [GL #920]

View file

@ -76,6 +76,13 @@
None.
</para>
</listitem>
<listitem>
<para>
The TCP client quota set using the <command>tcp-clients</command>
option could be exceeded in some cases. This could lead to
exhaustion of file descriptors. (CVE-2018-5743) [GL #615]
</para>
</listitem>
</itemizedlist>
</section>