bind9/bin
Michał Kępień d1d721aae1 rndc: prevent crashing after receiving a signal
If isc_app_run() gets interrupted by a signal, the global 'rndc_task'
variable may already be detached from (set to NULL) by the time the
outstanding netmgr callbacks are run.  This triggers an assertion
failure in isc_task_shutdown().  However, explicitly calling
isc_task_shutdown() from rndc code is redundant because it does not use
isc_task_onshutdown() and the task_shutdown() function gets
automatically called anyway when the task manager gets destroyed (after
isc_app_run() returns).  Remove the redundant isc_task_shutdown() calls
to prevent crashes after receiving a signal.
2022-01-19 14:30:17 +01:00
..
check Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
confgen Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
delv Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dig Remove +mapped option from dig 2022-01-17 22:16:27 +01:00
dnssec Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named Use ISC_R_SHUTTINGDOWN to detect netmgr shutting down 2022-01-13 09:14:12 +01:00
nsupdate Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
plugins Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rndc rndc: prevent crashing after receiving a signal 2022-01-19 14:30:17 +01:00
tests doth test: fix failure after reconfig 2022-01-18 14:25:43 +02:00
tools Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00