From d3728056db2313de226008fa47eb1c8aa33dac38 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 26 Apr 2022 12:07:04 -0700 Subject: [PATCH] CHANGES for [GL #2969] (cherry picked from commit f8c0cabca1940790172d522e78a87b0f46c8edae) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4e148d5717..d3f2043dec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5873. [bug] Refactor the fctx_done() function to set fctx to + NULL after detaching, so that reference counting + errors will be easier to avoid. [GL #2969] + 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]