From 5e4855a25d0b6d171321684f881af8cf757cbb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 21 Apr 2022 14:19:39 +0200 Subject: [PATCH] Add CHANGES entry for GL #3287 (cherry picked from commit e33aef4e3939c4cef32bef2dfca484afdcfe2c29) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 851d3f9abe..ea6e1f50ca 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5866. [bug] Work around a jemalloc quirk which could trigger an + out-of-memory condition in named over time. [GL #3287] + 5863. [bug] If there was a pending negative cache DS entry, validations depending upon it could fail. [GL #3279]