From b4aeceec736cd16d4c4e98f519c8df79b15fbe45 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 16 Nov 2001 02:07:51 +0000 Subject: [PATCH] 1129. [bug] Multithreaded servers could crash under heavy resolution load due to a race condition. [RT #2018] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 432e340067..27b31a6bd6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1129. [bug] Multithreaded servers could crash under heavy + resolution load due to a race condition. [RT #2018] + 1128. [func] sdb drivers can now provide RR data in either text or wire format, the latter using the new functions dns_sdb_putrdata() and dns_sdb_putnamedrdata().