]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Use correct port and target for NOTIFY(CDS)
authorMatthijs Mekking <matthijs@isc.org>
Wed, 15 Jul 2026 08:54:44 +0000 (08:54 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 15 Jul 2026 08:54:44 +0000 (08:54 +0000)
If there is a DSYNC RRset with multiple records, and unsupported scheme/type records follow supported ones, the port and target of the last record were being used to queue the notify. This does not necessarily match the port and target of the supported record. This has been fixed.

Closes #6080

Merge branch '6080-dsync-mismatch-queue' into 'main'

See merge request isc-projects/bind9!12376


Trivial merge