From: Mark Andrews Date: Tue, 14 Jul 2026 23:08:44 +0000 (+1000) Subject: fix: test: test-syncplugin treats firstlbl as a prefix, not an exact label X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a11a98a222e3af5cd64030d66e0d5b8d4b8fd3b2;p=thirdparty%2Fbind9.git fix: test: test-syncplugin treats firstlbl as a prefix, not an exact label 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 --- a11a98a222e3af5cd64030d66e0d5b8d4b8fd3b2