From d3676262f3ad98ddea0ca003db748630c83c3254 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 19 Jul 2022 12:39:29 +1000 Subject: [PATCH] Add placeholder for [GL #3460] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 751bf3ff59..829500559e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5928. [placeholder] + 5927. [bug] A race was possible in dns_dispatch_connect() that could trigger an assertion failure if two threads called it near-simultaneously. [GL #3456]