child-rekey: Avoid potential use-after-free for deleted SPIs array

This commit is contained in:
Tobias Brunner
2026-05-19 17:27:33 +02:00
parent ea569867d2
commit 158b4c4aa4
@@ -1190,6 +1190,7 @@ METHOD(task_t, migrate, void,
this->ike_sa = ike_sa;
this->collision = NULL;
this->deleted_spis = NULL;
this->flags = 0;
}