]> 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:26 +0000 (09:43 +1000)
CHANGES

diff --git a/CHANGES b/CHANGES
index afd146a239e0f32eb7673ad701bbe8ca1e440963..743a02d3634869393ecd4ea395b64e5e921f9067 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}.