From 122cfb2d4546dfb12bc4f2fa78966a63ecc227fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 3 Mar 2022 15:16:50 +0100 Subject: [PATCH] Add CHANGES file for [GL #3105] (cherry picked from commit a53ed01d03523d3e4025de950a067f3589a83aea) --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index cc47d1489a..ba472ed066 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ and the dnssec-policy is rejected if both roles are not present for all algorithms in use. [GL #3142] +5822. [bug] When calling dns_dispatch_send(), attach/detach + dns_request_t object as the read callback could + be called before send callback dereferencing + dns_request_t object too early. [GL #3105] + + 5821. [bug] Fix query context management issues in the TCP part of dig. [GL #3184]