]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix TLS contexts cache object usage bug in the resolver
authorArаm Sаrgsyаn <aram@isc.org>
Thu, 27 Nov 2025 17:41:17 +0000 (17:41 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 27 Nov 2025 17:41:17 +0000 (17:41 +0000)
commitd441e14cbf7f56619b3381e170cc2db24be5b48d
tree673939a9226f3940b5cff07769caa023f3662d89
parent908b7c1f3481a028c27cd5e47845bb9e274e308e
parented7b08c0c478aa6a9a8b2061071b92333b93abaa
fix: usr: Fix TLS contexts cache object usage bug in the resolver

:iscman:`named` could terminate unexpectedly when reconfiguring or
reloading, and if client-side TLS transport was in use (for example,
when forwarding queries to a DoT server). This has been fixed.

Closes #5653

Merge branch '5653-tlsctx_cache-reference-bug-fix' into 'main'

See merge request isc-projects/bind9!11295