mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Add CHANGES note for GL #2396
This commit is contained in:
parent
a0181056a8
commit
4f2ca15201
1 changed files with 7 additions and 0 deletions
7
CHANGES
7
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue