From 6c1ff11464e368f6af7938831d989566ea310175 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 14 Jul 2016 09:21:07 +1000 Subject: [PATCH] bug -> security --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 60efcbbbd3..e1315c1c5b 100644 --- a/CHANGES +++ b/CHANGES @@ -7,8 +7,8 @@ 4407. [performance] Use GCC builtin for clz in RPZ lookup code. [RT #42818] -4406. [bug] getrrsetbyname with a non absolute name could - trigger a infinite recursion bug in lwresd +4406. [security] getrrsetbyname with a non absolute name could + trigger an infinite recursion bug in lwresd and named with lwres configured if when combined with a search list entry the resulting name is too long. (CVE-2016-2775) [RT #42694]