bind9/bin/rndc
Evan Hunt 9683439d73 prevent a possible shutdown hang in rndc
In rndc_recvdone(), if 'sends' was not 0, then 'recvs' was not
decremented, in which case isc_loopmgr_shutdown() was never reached,
which could cause a hang. (This has not been observed to happen, but
the code was incorrect on examination.)
2022-09-12 13:14:19 -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 prevent a possible shutdown hang in rndc 2022-09-12 13:14:19 -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 10:46:36 +01:00
rndc.rst "rndc fetchlimit" now also lists rate-limited domains 2022-07-06 19:46:23 -07: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:33:43 +01:00