bind9/lib
Artem Boldariev 6bf0183b19 Do not call isc_tlsctx_free() on TLS listener creation failure
This commit removes a superfluous call to isc_tlsctx_free() which was
leading to double free() error in a case of a TLS listener creation
failure.

The call is superfluous because the TLS context object is supposed to
be destroyed in ns_listenelt_destroy() only.
2021-10-13 17:50:42 +03:00
..
bind9 Use #pragma once as header guards 2021-10-13 00:49:15 -07:00
dns Use "pragma once" in automatically generated header files 2021-10-13 12:44:05 +02:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Use #pragma once as header guards 2021-10-13 00:49:15 -07:00
isccc Use #pragma once as header guards 2021-10-13 00:49:15 -07:00
isccfg Use #pragma once as header guards 2021-10-13 00:49:15 -07:00
ns Do not call isc_tlsctx_free() on TLS listener creation failure 2021-10-13 17:50:42 +03:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00