From d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 25 Aug 2000 01:26:30 +0000 Subject: [PATCH] 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) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 8b9270d7ed..4b92ec3c0e 100644 --- a/CHANGES +++ b/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().