From 9bbba20fbff14ee42083d68044b94a8bcb8cf963 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 30 Apr 2024 15:22:03 -0700 Subject: [PATCH] CHANGES for [GL #4702] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 8ca7f9e5fd..5a4b6a0eed 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6381. [bug] dns_qp_lookup() could position the iterator at the + wrong predecessor when searching for names with + uncommon characters, which are encoded as two-octet + sequences in QP trie keys. [GL #4702] + 6380. [func] Queries and responses now emit distinct dnstap entries for DoT and DoH. [GL #4523]