From: Ondřej Surý Date: Tue, 16 Feb 2021 20:43:04 +0000 (+0100) Subject: Add CHANGES note for GL #2396 X-Git-Tag: v9.17.11~23^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4f2ca152011ce0d4907bcc068b83af3caf3374ea;p=thirdparty%2Fbind9.git Add CHANGES note for GL #2396 --- diff --git a/CHANGES b/CHANGES index aa7dc359039..b131b13d65e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +5592. [bug] Add globally available thread_id (isc_tid_v) that's + incremented for each new thread, but the old thread + ids are reused, so the maximum thread_id always + correspond to the maximum number of threads running + at the time. This fixes the hazard pointer tables + overflow on machines with many cores. [GL #2396] + 5591. [bug] Fix a crash happening when "stale-answer-client-timeout" is triggered and there is no (stale) data for it in the cache. [GL #2503]