Jouni Malinen c42d41bf35 EAP-IKEv2: Try to make transform parser simpler to understand
Use a local variable to try to make ikev2_parse_proposal() easier for
static analyzers to understand. Bounds checking in the loop is really
done by the ikev2_parse_transform() function, so the p->num_transforms
value itself is of no importance for that part and even that was already
implicitly limited in range.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-11-03 21:03:30 +02:00
..
2020-10-16 12:34:16 +03:00
2017-03-07 13:19:10 +02:00
2020-04-24 17:06:50 +03:00
2020-10-30 13:59:49 +02:00
2020-04-24 17:06:50 +03:00
2020-04-24 17:06:50 +03:00
2020-10-14 22:57:04 +03:00