]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-SIM': Fix AT_KDF parser to avoid infinite loop
authorJouni Malinen <j@w1.fi>
Sat, 21 Jun 2014 09:18:56 +0000 (12:18 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 21 Jun 2014 09:20:52 +0000 (12:20 +0300)
commitf3c6b230ddb9703d61af8d8424a9c4288dd24200
treefc81fc331e7979f2c1bb1adfe18947d59951ab20
parentd8e02214eac931cac4f47f1a637ebe1dae95c190
EAP-SIM': Fix AT_KDF parser to avoid infinite loop

Hitting maximum number of AT_KDF attributes could result in an infinite
loop due to the attribute parser not incrementing the current position
properly when skipping the extra KDF.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_common/eap_sim_common.c