mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 03:12:16 -04:00
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. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||