From 6925c8136dd630eb7a5d55a91ca467b1518cc72f Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 14 Mar 2019 15:13:18 -0700 Subject: [PATCH] CHANGES (cherry picked from commit f1aaf4508503ef66a069aa67a0562d701a7a8aba) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index a3ffd22e8c..d270e15bf1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5220. [cleanup] Refactor the isc_stat structure to take advantage + of stdatomic. [MR !1493] + 5219. [bug] Fixed a race in the filter-aaaa plugin that could trigger a crash when returning an instance object to the memory pool. [GL #982]