From: Aram Sargsyan Date: Wed, 9 Mar 2022 20:17:51 +0000 (+0000) Subject: Add CHANGES note for [GL #3020] X-Git-Tag: v9.19.0~55^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e353700189871c9c7c1e01e44b6c3e7606ee370e;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3020] --- diff --git a/CHANGES b/CHANGES index 5a2da04616d..b3d63056053 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5831. [bug] When resending a UDP request in the result of a timeout, + the recv_done() function in dighost.c was prepending + the new query into the loookup's queries list instead + of inserting, which could cause an assertion failure + when the resent query's result was SERVFAIL. [GL #3020] + 5830. [func] Implement incremental resizing of isc_ht hash tables to perform the rehashing gradually. [GL #3212]