bind9/bin
Aram Sargsyan 11e85d15f9 Fix a possible dig/host crash in "NS search" mode
When getting a SERVFAIL reply from a query, 'host' tries to start
the next query in the lookup's list (also true for 'dig  +nofail').
However, when running with the '-C' switch (or +nssearch for 'dig'),
all the queries in the lookup start from the beginning, so that logic
brings to a crash because of the attempted start of the query which
was already started.

Don't start the next query in the affected code path when in +nssearch
mode.

(cherry picked from commit f6658b333e)
2024-01-11 10:28:22 +00:00
..
check deprecate delegation-only and root-delegation only 2023-03-23 14:09:53 -07:00
confgen Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
delv Update sources to Clang 15 formatting 2022-11-29 09:14:07 +01:00
dig Fix a possible dig/host crash in "NS search" mode 2024-01-11 10:28:22 +00:00
dnssec Update the source code formatting using clang-format-17 2023-10-18 09:02:57 +02:00
named Fix missing newlines in output of rndc nta -dump 2023-11-03 08:28:18 +01:00
nsupdate NetBSD has added 'hmac' to libc so rename our uses of hmac 2023-12-14 11:14:04 +11:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-05 10:27:52 +10:00
rndc Document that reloading happens asynchronously 2023-09-26 14:11:30 +10:00
tests Allow nsupdate test rerun on FreeBSD 2024-01-10 14:52:40 +01:00
tools Cleanup dead code in dnstap-read 2023-11-02 10:09:44 +00:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00