mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 01:40:23 -05:00
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. |
||
|---|---|---|
| .. | ||
| include | ||
| .gitignore | ||
| ddns-confgen.rst | ||
| keygen.c | ||
| keygen.h | ||
| Makefile.am | ||
| os.c | ||
| rndc-confgen.c | ||
| rndc-confgen.rst | ||
| tsig-keygen.c | ||
| tsig-keygen.rst | ||
| util.c | ||
| util.h | ||