From e1aca8d57551c6420ba7d134e0e4b5e792328857 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Wed, 27 Apr 2022 12:48:57 +0000 Subject: [PATCH] Add CHANGES note for [GL #3300] (cherry picked from commit bbdd139e2086b7105d67154659b1147074e46b8b) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 29506fb8aa..01b269a053 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5872. [bug] udp_recv() in dispatch could trigger an INSIST when the + callback's result indicated success but the response + was canceled in the meantime. [GL #3300] + 5866. [bug] Work around a jemalloc quirk which could trigger an out-of-memory condition in named over time. [GL #3287]