diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-11-02 04:35:05 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-11-02 04:35:05 +0000 |
commit | 3c74729a3f6c4083d309b2b3e0a4bbb5bbd92adf (patch) | |
tree | 6b5bfe733f2750f9935e503dc405b7e9954a18f2 /doc/arm/notes.html | |
parent | c2a8859aa5c96190c179c911d3841c4de17b9c34 (diff) |
Notes
Diffstat (limited to 'doc/arm/notes.html')
-rw-r--r-- | doc/arm/notes.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/arm/notes.html b/doc/arm/notes.html index d0639bc21fb8..e2630415323e 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -21,7 +21,7 @@ </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article"><div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> -<a name="id-1.2"></a>Release Notes for BIND Version 9.9.9-P3</h2></div></div></div> +<a name="id-1.2"></a>Release Notes for BIND Version 9.9.9-P4</h2></div></div></div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="relnotes_intro"></a>Introduction</h3></div></div></div> @@ -29,7 +29,11 @@ This document summarizes changes since BIND 9.9.9: </p> <p> - BIND 9.10.9-P3 addresses the security issue described in + BIND 9.9.9-P4 addresses the security issue described in + CVE-2016-8864. + </p> +<p> + BIND 9.9.9-P3 addresses the security issue described in CVE-2016-2776. </p> <p> @@ -58,6 +62,10 @@ <a name="relnotes_security"></a>Security Fixes</h3></div></div></div> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p> + It was possible to trigger assertions when processing + a response. This flaw is disclosed in CVE-2016-8864. [RT #43465] + </p></li> +<li class="listitem"><p> It was possible to trigger a assertion when rendering a message using a specially crafted request. This flaw is disclosed in CVE-2016-2776. [RT #43139] |