]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ensure that cache pointer is set to NULL by isc_tlsctx_cache_detach()
authorEvan Hunt <each@isc.org>
Tue, 4 Jan 2022 19:48:25 +0000 (11:48 -0800)
committerEvan Hunt <each@isc.org>
Tue, 4 Jan 2022 19:48:25 +0000 (11:48 -0800)
commitf5074c0c8ec72feb598ca122cb1f7df3f26eb056
treeb484a00f217dfd56129b2b733913a237700a3fac
parenta1db2347d4112de380648de7fa30ff498f8e1066
Ensure that cache pointer is set to NULL by isc_tlsctx_cache_detach()

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