]> git.ipfire.org Git - thirdparty/bind9.git/commit
RPZ canonical warning displays zone entry incorrectly
authorMark Andrews <marka@isc.org>
Mon, 25 Aug 2025 00:32:36 +0000 (10:32 +1000)
committerMark Andrews <marka@isc.org>
Tue, 2 Sep 2025 23:01:54 +0000 (09:01 +1000)
commit283da99f02d8b58c56efee988f39db3dc18426f1
treea6823f8a2a73575022b2450f2ba86ba4d22dbe02
parentb0d3a36a0a0fc933ff9afb22043cc1780528b10f
RPZ canonical warning displays zone entry incorrectly

Do not insert a NUL into ip_str too early as the full value
is needed later.  Only insert the NUL immediately before
displaying just the prefix string.
lib/dns/rpz.c