]> git.ipfire.org Git - thirdparty/bind9.git/commit
test-syncplugin.c:plugin_register was broken
authorMark Andrews <marka@isc.org>
Mon, 27 Oct 2025 00:07:35 +0000 (11:07 +1100)
committerMark Andrews <marka@isc.org>
Mon, 27 Oct 2025 12:00:08 +0000 (23:00 +1100)
commitde81887c2a3dbe938e3d9ee54f081620dbaa2f1d
tree39dbf7db9d59460330f555c60e7fbf3126dfa14d
parent90408b813ddaac76776b5a53241ee2cf4ceb3602
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.
bin/tests/system/hooks/driver/test-syncplugin.c