]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix assertion failure when dumping recursing clients
authorOndřej Surý <ondrej@isc.org>
Tue, 25 Feb 2025 15:38:08 +0000 (15:38 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 25 Feb 2025 15:38:08 +0000 (15:38 +0000)
Previously, if a new counter was added to the hashtable
while dumping recursing clients via the `rndc recursing`
command, and `fetches-per-zone` was enabled, an assertion
failure could occur. This has been fixed.

Closes #5200

Merge branch '5200-destroy-iterator-inside-the-rwlock' into 'main'

See merge request isc-projects/bind9!10164


Trivial merge