Skip to content

Ensure that cache pointer is set to NULL by isc_tlsctx_cache_detach()

Evan Hunt requested to merge 3075-fix-tlsctx-detach into main

If the reference count was higher than 1, detaching a tlsctx cache didn't clear the pointer, which could trigger an assertion later.

Closes #3075 (closed)

Merge request reports