bind9/bin/rndc
Evan Hunt 7513aeead8 fix a possible use-after-detach bug in rndc
we need to detach the rndc task when calling isc_app_shutdown(),
otherwise it may be detached before the last reference to it.
while this does not prevent rndc from working, it causes a spurious
core dump on shutdown.
2022-09-12 14:03:05 -07: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 Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
rndc.c fix a possible use-after-detach bug in rndc 2022-09-12 14:03:05 -07: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 11:01:32 +01:00
rndc.rst Rename key_id to server_key 2022-07-04 16:09:23 +02:00
util.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
util.h Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00