]> git.ipfire.org Git - thirdparty/bind9.git/commit
prevent query_coveringnsec() from running twice
authorEvan Hunt <each@isc.org>
Fri, 19 May 2023 05:02:06 +0000 (22:02 -0700)
committerEvan Hunt <each@isc.org>
Mon, 21 Aug 2023 19:22:47 +0000 (12:22 -0700)
commit0ae8b2e056c3e24df0746541c505bc358352f7fa
treeeff32ae5024ffbaae580113f229c737e35e5f010
parent344f0bb7ced42c066705007e5a46455ca532b26e
prevent query_coveringnsec() from running twice

when synthesizing a new CNAME, we now check whether the target
matches the query already being processed. if so, we do not
restart the query; this prevents a waste of resources.
lib/ns/query.c