]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix error in log printout in fix for CVE-2026-50248, when the
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 22 Jul 2026 10:16:49 +0000 (12:16 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 22 Jul 2026 10:16:49 +0000 (12:16 +0200)
  primary name is bogus.

doc/Changelog
services/authzone.c

index 0a5821c5aa72dc241b0140830587c005a531966d..7a0232e868652763d0170215159e1c3e823c5c2e 100644 (file)
@@ -97,6 +97,8 @@
        - Unit test for CVE-2026-55717.
        - Unit test for CVE-2026-55973.
        - Unit test for CVE-2026-56416.
+       - Fix error in log printout in fix for CVE-2026-50248, when the
+         primary name is bogus.
 
 21 July 2026: Wouter
        - Merge #1476 from petrvaganoff: ipsecmod: fix possible deref
index 4218b8e82466149ac72a770ffb7ac4a0607092d9..4dafabf1521c62d523caf756bb5caefdf49c389f 100644 (file)
@@ -7057,7 +7057,7 @@ void auth_xfer_probe_lookup_callback(void* arg, int rcode, sldns_buffer* buf,
                        char zname[LDNS_MAX_DOMAINLEN];
                        dname_str(xfr->name, zname);
                        verbose(VERB_OPS, "auth zone %s: primary %s address probe lookup is DNSSEC bogus: %s",
-                               zname, xfr->task_transfer->lookup_target->host,
+                               zname, xfr->task_probe->lookup_target->host,
                                (why_bogus?why_bogus:""));
                }
                /* fall through to next-lookup / next-master */