]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: test-syncplugin.c:plugin_register was broken
authorMark Andrews <marka@isc.org>
Mon, 27 Oct 2025 12:46:39 +0000 (23:46 +1100)
committerMark Andrews <marka@isc.org>
Mon, 27 Oct 2025 12:46:39 +0000 (23:46 +1100)
commitb14a6935eae4a694054f4cf6111bafe818d89f63
tree39dbf7db9d59460330f555c60e7fbf3126dfa14d
parent90408b813ddaac76776b5a53241ee2cf4ceb3602
parentde81887c2a3dbe938e3d9ee54f081620dbaa2f1d
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