mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:10:00 -04:00
[v9_10] add CVE number
This commit is contained in:
parent
9a44ac1838
commit
96f318b0c6
3 changed files with 4 additions and 3 deletions
2
CHANGES
2
CHANGES
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
4170. [security] An incorrect boundary check in the OPENPGPKEY
|
||||
rdatatype could trigger an assertion failure.
|
||||
[RT #40286]
|
||||
(CVE-2015-2986) [RT #40286]
|
||||
|
||||
4169. [test] Added a 'wire_test -d' option to read input as
|
||||
raw binary data, for use as a fuzzing harness.
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -56,7 +56,7 @@ BIND 9.10.3
|
|||
BIND 9.10.3 is a maintenance release and addresses bugs
|
||||
found in BIND 9.10.2 and earlier, as well as the security
|
||||
flaws described in CVE-2015-4620, CVE-2015-5477,
|
||||
and CVE-2015-5722.
|
||||
CVE-2015-5722, and CVE-2015-5986.
|
||||
|
||||
It also makes the following new features available:
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,8 @@
|
|||
<listitem>
|
||||
<para>
|
||||
An incorrect boundary check in the OPENPGPKEY rdatatype
|
||||
could trigger an assertion failure. [RT #40286]
|
||||
could trigger an assertion failure. This flaw is disclosed
|
||||
in CVE-2015-5986. [RT #40286]
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue