child-rekey: Avoid potential use-after-free for deleted SPIs array
This commit is contained in:
@@ -1190,6 +1190,7 @@ METHOD(task_t, migrate, void,
|
|||||||
|
|
||||||
this->ike_sa = ike_sa;
|
this->ike_sa = ike_sa;
|
||||||
this->collision = NULL;
|
this->collision = NULL;
|
||||||
|
this->deleted_spis = NULL;
|
||||||
this->flags = 0;
|
this->flags = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user