]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: test-syncplugin treats firstlbl as a prefix, not an exact label
authorMark Andrews <marka@isc.org>
Tue, 14 Jul 2026 23:08:44 +0000 (09:08 +1000)
committerMark Andrews <marka@isc.org>
Tue, 14 Jul 2026 23:08:44 +0000 (09:08 +1000)
The label length and the string length where not being checked so
a label that started with a string that matched the skip label would
incorrectly match.

Closes #6212

Merge branch '6212-fix-syncplugin-test-driver' into 'main'

See merge request isc-projects/bind9!12365


Trivial merge