bind9/lib
Aram Sargsyan ed7b08c0c4 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.
2025-11-27 16:45:55 +00:00
..
dns Fix a bug where tlsctx_cache could be destroyed while still in use 2025-11-27 16:45:55 +00:00
isc Detect resolution loops between fetches 2025-11-27 17:34:25 +01:00
isccc Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
isccfg fix ACL settings when merging views 2025-11-20 11:24:11 -08:00
ns Detect resolution loops between fetches 2025-11-27 17:34:25 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00