]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove isc__tls_setfatalmode() function and the calls
authorOndřej Surý <ondrej@isc.org>
Wed, 7 Feb 2024 14:25:13 +0000 (15:25 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 8 Feb 2024 07:01:58 +0000 (08:01 +0100)
commit0c18ed7ec6d2255e591406ef5cccedc2d5896ce5
treed25ace35ae0ea48af3de68bc485a99b52df50752
parent76997983fde02d9c32aa23bda30b65f1ebd4178c
Remove isc__tls_setfatalmode() function and the calls

With _exit() instead of exit() in place, we don't need
isc__tls_setfatalmode() mechanism as the atexit() calls will not be
executed including OpenSSL atexit hooks.
bin/confgen/util.c
bin/delv/delv.c
bin/dig/dighost.c
bin/dnssec/dnssectool.c
bin/named/server.c
bin/nsupdate/nsupdate.c
bin/rndc/util.c
bin/tools/mdig.c
bin/tools/nsec3hash.c
lib/isc/include/isc/tls.h
lib/isc/tls.c