bind9/lib
Aram Sargsyan 7265e33520 Fix a bug where tlsctx_cache could be destroyed while still in use
When named is being reconfigured, it detaches from the old
'isc_tlsctx_cache_t' TLS context cache object and creates a
new one. This can cause an assertion failure within the
resolver when the object is destroyed while still in use,
because the resolver is using the object without getting
attached to it.

Add an attach/detach so that the 'isc_tlsctx_cache_t' doesn't
get destroyed while still being in use.

(cherry picked from commit ed7b08c0c4)
2025-11-27 17:53:50 +00:00
..
dns Fix a bug where tlsctx_cache could be destroyed while still in use 2025-11-27 17:53:50 +00:00
isc Use atomics for CMM_{LOAD,STORE}_SHARED with ThreadSanitizer 2025-11-27 09:32:36 +00:00
isccc Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
isccfg fix a "max-cache-size" configuration bug 2025-10-29 11:30:25 -07:00
ns check plugin config before registering 2025-10-01 11:16:11 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00