]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix CID 544147
authorMatthijs Mekking <matthijs@isc.org>
Wed, 12 Mar 2025 15:39:36 +0000 (16:39 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 12 Mar 2025 15:39:36 +0000 (16:39 +0100)
commitecef45bf18bfe038d054b1644c0718ac599188bb
tree4cdfa95d149cc000a3a69b6d38e6cbadcff03fba
parent33a0cc98234a829a672bc67e98936cee14141872
Fix CID 544147

Assigning value "NULL" to "newstr", but that stored value is overwritten
before it can be used.

Setting "newstr" to NULL does not have any effect, so the line can
safely be removed.
bin/named/controlconf.c