]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix TLS contexts cache object usage bug in the resolver
authorArаm Sаrgsyаn <aram@isc.org>
Thu, 27 Nov 2025 21:26:14 +0000 (21:26 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 27 Nov 2025 21:26:14 +0000 (21:26 +0000)
commit13adf940063d35d45ec6b64d16618b7135db2716
treec8229630c4ba0e1b5b22347bcefa05b90ac98b4d
parent208780469590e530ddd653e1478d263f0dc602da
parent7265e335201cff82ce49ebfebf001deb6ba35bf4
[9.20] 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

Backport of MR !11295

Merge branch 'backport-5653-tlsctx_cache-reference-bug-fix-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11299