mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
4552. [bug] Named could trigger a assertion when sending notify
messages. [RT #44019]
This commit is contained in:
@@ -546,6 +546,7 @@ task_send(isc__task_t *task, isc_event_t **eventp) {
|
||||
REQUIRE(event != NULL);
|
||||
REQUIRE(event->ev_type > 0);
|
||||
REQUIRE(task->state != task_state_done);
|
||||
REQUIRE(!ISC_LINK_LINKED(event, ev_ratelink));
|
||||
|
||||
XTRACE("task_send");
|
||||
|
||||
|
Reference in New Issue
Block a user