]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Add missing dumpnode call in dnssec-signzone
authorMark Andrews <marka@isc.org>
Wed, 1 Jul 2026 08:19:36 +0000 (18:19 +1000)
committerMichał Kępień <michal@isc.org>
Fri, 10 Jul 2026 07:26:46 +0000 (09:26 +0200)
When the out of zone name was skipped, to prevent it being signed,
dumpnode was not being called to preserve the contents of the node.

This call was missing from "[CVE-2026-11721] sec: usr: Invalid
signed wildcard records were being accepted"

Merge branch '5871-confidential-followup' into 'security-main'

See merge request isc-private/bind9!1081


Trivial merge