bind9/bin/dig
Aram Sargsyan 33e37f7030 Fix a possible hang in dig if a send is interrupted/canceled
When send_done() is called with a ISC_R_CANCELED status (e.g. because
of a signal from ctrl+c), dig can fail to shutdown because
check_if_done() is not called in the branch. Add a check_if_done()
call.

(cherry picked from commit 5d1a8fe755)
2025-07-10 11:59:26 +00:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c Use clang-format-20 to update formatting 2025-06-25 13:32:08 +10:00
dig.rst Add CO support to dig 2025-06-13 20:31:31 +10:00
dighost.c Fix a possible hang in dig if a send is interrupted/canceled 2025-07-10 11:59:26 +00:00
dighost.h Add CO support to dig 2025-06-13 20:31:31 +10:00
host.c Do HTTPS record query from host in addition 2025-02-18 14:58:14 +00:00
host.rst Do HTTPS record query from host in addition 2025-02-18 14:58:14 +00:00
Makefile.am Add OpenSSL includes as needed 2024-11-15 14:03:44 +00:00
nslookup.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
nslookup.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
readline.h Remove redundant semicolons after the closing braces of functions 2024-11-19 14:26:56 +01:00