Files
bind9/bin/named
Ondřej Surý ca4b4bf421 Request exclusive access when crashing via fatal()
When loading the configuration fails, there might be already other tasks
running and calling OpenSSL library functions.  The OpenSSL on_exit
handler is called when exiting the main process and there's a timing
race between the on_exit function that destroys OpenSSL allocated
resources (threads, locks, ...) and other tasks accessing the very same
resources leading to a crash in the system threading library. Therefore,
the fatal() function needs to request exlusive access to the task
manager to finish the already running tasks and exit only when no other
tasks are running.
2019-11-26 12:11:59 +01:00
..
2019-07-25 08:03:10 -04:00
2019-07-25 21:31:47 -04:00
2019-07-23 15:32:36 -04:00
2019-11-22 16:46:32 -08:00
2019-02-06 22:13:05 +00:00
2019-11-17 18:59:41 -08:00
2019-11-17 18:59:41 -08:00
2019-02-06 22:13:05 +00:00