]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add CVE-2014-3859
authorMark Andrews <marka@isc.org>
Sun, 25 May 2014 23:43:00 +0000 (09:43 +1000)
committerMark Andrews <marka@isc.org>
Sun, 25 May 2014 23:43:00 +0000 (09:43 +1000)
CHANGES

diff --git a/CHANGES b/CHANGES
index f06d1d1ceb6c05aa10fa7d00183c3ac9ae70d57c..340c7824ec4c5c5ba3b80ad402864b7ec7cef7d4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 3861.  [security]      Missing isc_buffer_availablelength check results
-                       in a REQUIRE assertion when printing out a packet.
-                       [RT #36078]
+                       in a REQUIRE assertion when printing out a packet
+                       (CVE-2014-3859).  [RT #36078]
 
 3860.  [bug]           ioctl(DP_POLL) array size needs to be determined
                        at run time as it is limited to {OPEN_MAX}.