2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Files
bind/lib
Evan Hunt 326a4fc13b fix a use-after-free in resolver
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.
2021-11-22 11:35:34 +01:00
..
2021-11-22 11:35:34 +01:00
2021-08-12 09:52:52 -07:00
2021-11-17 13:48:43 -08:00
2021-10-13 00:49:15 -07:00
2021-11-02 16:14:40 +11:00
2021-11-19 09:44:28 +01:00