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:
Andreas Gustafsson 2000-08-25 01:26:30 +00:00
parent 0a88c09dc9
commit d70e2f3652

View file

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