From: Mark Andrews Date: Mon, 27 Oct 2025 12:46:39 +0000 (+1100) Subject: fix: test: test-syncplugin.c:plugin_register was broken X-Git-Tag: v9.21.15~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14a6935eae4a694054f4cf6111bafe818d89f63;p=thirdparty%2Fbind9.git fix: test: test-syncplugin.c:plugin_register was broken The variables example2com, example3com, and example4com where not being initalised on all paths leading to Coverity issues ID 637690, ID 637691 and ID 637692 being raised. In addition the tests to free them were wrong as they depended on the unintialised variables. This has been fixed. Closes #5598 Merge branch '5598-properly-determine-if-name-is-dynamic' into 'main' See merge request isc-projects/bind9!11155 --- b14a6935eae4a694054f4cf6111bafe818d89f63