bind9/lib
Aram Sargsyan 61d77affdd Remove resolver.c:maybe_destroy()
After refactoring of `validated()`, the `maybe_destroy()` function is
no longer expected to actually destroy the fetch context when it is
being called, so effectively it only ensures that the validators are
canceled when the context has no more queries and pending events, but
that is redundant, because `maybe_destroy()` `REQUIRE`s that the context
should be in the shutting down state, and the function which sets that
state is already canceling the validators in its own turn.

As a failsafe, to make sure that no validators will be created after
`fctx_doshutdown()` is called, add an early return from `valcreate()` if
the context is in the shutting down state.
2022-06-30 19:12:17 +00:00
..
bind9 prevent a possible buffer overflow in configuration check 2022-05-13 20:30:41 -07:00
dns Remove resolver.c:maybe_destroy() 2022-06-30 19:12:17 +00:00
irs Update clang to version 14 2022-06-16 18:11:03 +02:00
isc Update clang to version 14 2022-06-16 18:11:03 +02:00
isccc Update clang to version 14 2022-06-16 18:11:03 +02:00
isccfg Update clang to version 14 2022-06-16 18:11:03 +02:00
ns Fix destination port extraction for client queries 2022-06-22 13:52:08 +02:00
win32/bindevt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00