it was bad INSIST logic not use after free

This commit is contained in:
Mark Andrews
2014-04-30 10:46:25 +10:00
parent 44613d4d86
commit 6bc767b003

View File

@@ -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.