]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't copy EDE codes if source is same as destination
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Apr 2025 16:06:52 +0000 (18:06 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 2 Apr 2025 16:42:23 +0000 (16:42 +0000)
commit81468fca598b0a6f41bb7835dce0377dace71995
treee21cf8c4cd7499e47a307f4462c5912dacc140df
parent01a579d126fcf09eb85f45ae19e30cb6ed846e19
Don't copy EDE codes if source is same as destination

If the nested DNS validator ends up in the same fetch because of the
loops, the code could be copying the EDE codes from the same source EDE
context as the destination EDE context.  Skip copying the EDE codes if
the source and the destination is the same.

(cherry picked from commit 2988ebae214846d6f8efa41d058aa34f7285a7dc)
lib/dns/ede.c