From ea24d3f0a272238589f3447a736daec94b0b2fac Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 3 Dec 2015 09:50:44 +1100 Subject: [PATCH] change 4253 to security and add CVE (cherry picked from commit 92cc6acdff1ecbf157e4ab0efe3f79367233f022) --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index b86be21168..6ab88ae075 100644 --- a/CHANGES +++ b/CHANGES @@ -33,8 +33,8 @@ 4254. [bug] Address missing lock when getting zone's serial. [RT #41072] -4253. [bug] Address fetch context reference count handling error - on socket error. [RT#40945] +4253. [security] Address fetch context reference count handling error + on socket error. (CVE-2015-8461) [RT#40945] 4248. [performance] Add an isc_atomic_storeq() function, use it in stats counters to improve performance.