]> git.ipfire.org Git - thirdparty/bind9.git/commit
attach query counter to NS fetches
authorEvan Hunt <each@isc.org>
Wed, 22 May 2024 20:02:16 +0000 (13:02 -0700)
committerEvan Hunt <each@isc.org>
Wed, 7 Aug 2024 18:21:44 +0000 (11:21 -0700)
commitd3b7e92783754e9a4ce93046fadcb96c5439a0d7
treecc97d9e26d7d843b8f62831d3bdf0e97acf91738
parentcd92a145a368993d8884ae4ca1436a0f29aa2cbc
attach query counter to NS fetches

there were cases in resolver.c when queries for NS records were
started without passing a pointer to the parent fetch's query counter;
as a result, the max-recursion-queries quota for those queries started
counting from zero, instead of sharing the limit for the parent fetch,
making the quota ineffective in some cases.
lib/dns/resolver.c