From cea4b4db8f32f98ffb48f2afc08ff3b19bfec602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 2 Nov 2020 15:00:49 +0100 Subject: [PATCH] Add CHANGES note for [GL #2227] --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 891151bf9e..d118b18c63 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5526. [bug] Fix a race/NULL dereference in TCPDNS read. [GL #2227] + 5525. [placeholder] 5524. [func] Added functionality to the network manager to @@ -9,7 +11,7 @@ not found. Subsequent lookups would succeed. [GL #2236] -5522. [bug] Fix a race/NULL dereference in TCPDNS. [GL #2227] +5522. [bug] Fix a race/NULL dereference in TCPDNS send. [GL #2227] 5521. [func] All use of libltdl was dropped. libuv's shared library handling interface is now used instead. [GL !4278]