]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
it was bad INSIST logic not use after free
authorMark Andrews <marka@isc.org>
Wed, 30 Apr 2014 00:46:25 +0000 (10:46 +1000)
committerMark Andrews <marka@isc.org>
Wed, 30 Apr 2014 00:46:25 +0000 (10:46 +1000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 47bd4b4e11e7d6500b73797741143aa573e1a0fe..54269524677a74c0ac5d9851b31c3d4b8d6a11ea 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -21,9 +21,7 @@
                        to the current date in YYYYMMDDNN format.
                        [RT #35800]
 
-3826.  [bug]           Corrected a use-after-free in isc_radix_remove().
-                       (This function is not used in BIND, but could have
-                       caused problems in programs linking to libisc.)
+3826.  [bug]           Corrected bad INSIST logic in isc_radix_remove().
                        [RT #35870]
 
 3825.  [bug]           Address sign extension bug in isc_regex_validate.