]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix potential resource during resolver error handling
authorOndřej Surý <ondrej@isc.org>
Tue, 17 Mar 2026 15:40:29 +0000 (16:40 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 17 Mar 2026 15:40:29 +0000 (16:40 +0100)
Under specific error conditions during query processing, resources were not
being properly released, which could eventually lead to unnecessary memory
consumption for the server.  The a potential resource leak in the resolver
has been fixed.

Merge branch 'ondrej/fix-pthread-primitives-usage' into 'main'

See merge request isc-projects/bind9!11658


Trivial merge