]> git.ipfire.org Git - thirdparty/bind9.git/commit
synthrecord: fixing code nits
authorColin Vidal <colin@isc.org>
Sun, 5 Oct 2025 13:20:57 +0000 (15:20 +0200)
committerColin Vidal <colin@isc.org>
Tue, 7 Oct 2025 05:05:40 +0000 (07:05 +0200)
commit99724cf9e261f6a278cd79bc742aca873a900e40
tree7b9c0f444ef8d850bcf743111e692a934119e2f5
parent61029e1a0684494aeb1fe23da72d64b0e1cda49b
synthrecord: fixing code nits

Fixing an (invalid) Coverity NULL-dereference (ns_pluginctx_t is always
defined) by enforcing a REQUIRE, and add a missing return value check.
bin/plugins/synthrecord.c