mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-29 02:38:22 -05:00
EAP-IKEv2 peer: Fix fragmentation reassembly
ret->ignore needs to be cleared to FALSE when sending fragment ack message to avoid ignoring the fragment. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8e5c1ec32f
commit
bb68a6e3cc
@ -322,6 +322,7 @@ static struct wpabuf * eap_ikev2_process_fragment(struct eap_ikev2_data *data,
|
||||
(unsigned long) wpabuf_tailroom(data->in_buf));
|
||||
}
|
||||
|
||||
ret->ignore = FALSE;
|
||||
return eap_ikev2_build_frag_ack(id, EAP_CODE_RESPONSE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user