]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Fix potential resource during resolver error handling
authorOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2026 01:11:50 +0000 (02:11 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2026 01:11:50 +0000 (02:11 +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.

Backport of MR !11658

Merge branch 'backport-ondrej/fix-pthread-primitives-usage-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11706


Trivial merge