bind9/bin
Aram Sargsyan 1294de8e36 Fix dig hanging issue in cases when the lookup's next query can't start
In recv_done(), when dig decides to start the lookup's next query in
the line using `start_udp()` or `start_tcp()`, and for some reason,
no queries get started, dig doesn't cancel the lookup.

This can occur, for example, when there are two queries in the lookup,
one with a regular IP address, and another with a IPv4 mapped IPv6
address. When the regular IP address fails to serve the query, its
`recv_done()` callback starts the next query in the line (in this
case the one with a mapped IP address), but because `dig` doesn't
connect to such IP addresses, and there are no other queries in the
list, no new queries are being started, and the lookup keeps hanging.

After calling `start_udp()` or `start_tcp()` in `recv_done()`, check
if there are no pending/working queries then cancel the lookup instead
of only detaching from the current query.

(cherry picked from commit 7e2f50c369)
2022-04-04 09:18:46 +00:00
..
check Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
confgen Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
delv Remove UNREACHABLE() statements after exit() 2022-03-25 10:07:25 +01:00
dig Fix dig hanging issue in cases when the lookup's next query can't start 2022-04-04 09:18:46 +00:00
dnssec Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
named Cleanup the code to remove unnecessary indentation 2022-03-28 10:26:42 +00:00
nsupdate Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
plugins Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
rndc Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
tests Fix dig hanging issue in cases when the lookup's next query can't start 2022-04-04 09:18:46 +00:00
tools Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00