mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
407. [bug] isc_rwlock_lock() would needlessly block
readers when reaching the read quota even
if no writers were waiting.
(fixed incorrectly in rwlock.c 1.18, corrected in 1.23)
This commit is contained in:
parent
0a88c09dc9
commit
d70e2f3652
1 changed files with 4 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,4 +1,8 @@
|
|||
|
||||
407. [bug] isc_rwlock_lock() would needlessly block
|
||||
readers when reaching the read quota even
|
||||
if no writers were waiting.
|
||||
|
||||
406. [bug] Log messages were occasionally lost or corrupted
|
||||
due to a race condition in isc_log_doit().
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue