bind9/bin/rndc
Mark Andrews e029803704 Handle fatal and FIPS provider interactions
When fatal is called we may be holding memory allocated by OpenSSL.
This may result in the reference count for the FIPS provider not
going to zero and the shared library not being unloaded during
OPENSSL_cleanup.  When the shared library is ultimately unloaded,
when all remaining dynamically loaded libraries are freed, we have
already destroyed the memory context we where using to track memory
leaks / late frees resulting in INSIST being called.

Disable triggering the INSIST when fatal has being called.
2023-04-03 12:44:27 +10:00
..
include Drop unused headers 2020-11-11 10:08:12 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
Makefile.am Remove libbind9 2023-02-21 13:12:26 +00:00
rndc.c Apply the semantic patch to remove isc_stdtime_get() 2023-03-31 13:32:56 +02:00
rndc.conf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rndc.conf.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
rndc.rst further cleanup after removing diffie-hellman TKEY mode 2023-03-08 08:36:25 +01:00
util.c Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
util.h Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00