2
0
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:
Mark Andrews
2017-01-12 14:12:05 +11:00
parent 434477aa02
commit 7b9e28f1a5
4 changed files with 13 additions and 7 deletions

View File

@@ -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");