From: Mark Andrews Date: Wed, 30 Apr 2014 00:46:25 +0000 (+1000) Subject: it was bad INSIST logic not use after free X-Git-Tag: v9.11.0a1~1692 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6bc767b003ed72f831dff7bb1b8f1855de281eb6;p=thirdparty%2Fbind9.git it was bad INSIST logic not use after free --- diff --git a/CHANGES b/CHANGES index 47bd4b4e11e..54269524677 100644 --- 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.