bind9/bin
Aram Sargsyan e4604b71d2 dighost.c: don't call check_if_done() twice successively
The check_if_done() function can pass control back out to
dighost_shutdown() (which is part of dig.c, host.c, or nslookup.c),
and calling that twice can cause unexpected problems, if it is not
designed to be idempotent.

Since cancel_lookup() calls check_if_done() implicitly, don't call
check_if_done() again when 'next' is NULL.
2023-05-10 11:35:51 +00:00
..
check Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
confgen Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
delv prevent duplicate output from delv +ns 2023-05-02 12:42:50 -07:00
dig dighost.c: don't call check_if_done() twice successively 2023-05-10 11:35:51 +00:00
dnssec Replace DE_CONST(k, v) with v = UNCONST(k) macro 2023-04-03 10:25:56 +00:00
named Print out the Userspace-RCU flavor and version 2023-04-27 12:38:53 +02:00
nsupdate nsupdate: set network manager default timeout values 2023-04-03 15:21:43 +00:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc set the default rndc read timeout to 60 seconds 2023-05-05 00:06:50 -07:00
tests Replace dnspython resolver.query with resolver.resolve 2023-05-10 10:56:36 +02:00
tools Add option to dnstap-read to print long timestamps 2023-05-04 15:12:53 +02:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00