]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit97e78c6bf468c86e7c6c47efce62c4e0a5b7c5fb
tree09a7fa332e4d5bab0908123bdfe3bb05cfec85aa
parent106416eb38dd3b6187412ec001e5ae6650e766cb
parent5dc19a7d9254ea845a5572cb7e6d3c7cf1f02955
fix: usr: Fix potential resource during resolver error handling

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