mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
when processing a mismatched response, we call dns_dispatch_getnext(). If that fails, for example because of a timeout, fctx_done() is called, which cancels all queries. This triggers a crash afterward when fctx_cancelquery() is called, and is unnecessary since fctx_done() would have been called later anyway.