]> 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:06:52 +0000 (18:06 +0200)
commit2988ebae214846d6f8efa41d058aa34f7285a7dc
treebb1a5ab2bb6576b8adaa4ea2e476b43170f5eef7
parentfe48290140632f8ffb9da66567f5ce4a1d40c075
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.
lib/dns/ede.c