]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix error path bugs in the manager's "recursing-clients" list management
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 9 Oct 2024 11:38:35 +0000 (11:38 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 9 Oct 2024 11:38:35 +0000 (11:38 +0000)
In two places, after linking the client to the manager's
"recursing-clients" list using the check_recursionquota()
function, the query.c module fails to unlink it on error
paths. Fix the bugs by unlinking the client from the list.

Merge branch 'aram/unlink-recursing-clients-on-error-paths' into 'main'

See merge request isc-projects/bind9!9586


Trivial merge