]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix doxygen comment syntax. branch-1.25.0 master release-1.25.0rc1
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 21 Apr 2026 11:44:55 +0000 (13:44 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 21 Apr 2026 11:44:55 +0000 (13:44 +0200)
doc/Changelog
validator/val_utils.h

index dda1499ecbcf824b600965ed2be98236fa690276..e332a1facc457e2bec811d5c1426ff457733fb09 100644 (file)
@@ -45,6 +45,7 @@
          the step in the chain of trust as secure, when it was not.
          Thanks to Qifan Zhang, Palo Alto Networks for the report.
        - Set version number to 1.25.0 of code repository.
          the step in the chain of trust as secure, when it was not.
          Thanks to Qifan Zhang, Palo Alto Networks for the report.
        - Set version number to 1.25.0 of code repository.
+       - Fix doxygen comment syntax.
 
 20 April 2026: Wouter
        - Fix compile warnings for thread setname routine, and test compile.
 
 20 April 2026: Wouter
        - Fix compile warnings for thread setname routine, and test compile.
index a584deea40e14a4ad2b3d968ba48a1cd1e61af5d..e0c6499024e890c990b6420e87fb7b6e7d5c617d 100644 (file)
@@ -429,7 +429,7 @@ struct dns_msg* val_find_DS(struct module_env* env, uint8_t* nm, size_t nmlen,
 
 /**
  * Derive expected CNAME target from DNAME substitution per RFC 6672 s3.1
 
 /**
  * Derive expected CNAME target from DNAME substitution per RFC 6672 s3.1
- * @param cname: CNAME RRset, (e.g., b.d.a005.test CNAME <some cname target>)
+ * @param cname: CNAME RRset, (e.g., b.d.a005.test CNAME 'some cname target')
  * @param dname: DNAME RRset, (e.g., d.a005.test DNAME tgt.a005.test)
  * @param out: Output buffer for expected CNAME target
  * @param outlen: Output buffer size
  * @param dname: DNAME RRset, (e.g., d.a005.test DNAME tgt.a005.test)
  * @param out: Output buffer for expected CNAME target
  * @param outlen: Output buffer size