]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Check that SAE state initialization succeeded for PMKID check
authorJouni Malinen <j@w1.fi>
Sat, 9 Mar 2019 16:55:58 +0000 (18:55 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 9 Mar 2019 16:55:58 +0000 (18:55 +0200)
commit9571f945c6663e8e69114f4b1116a744d4fd1308
tree9cb0b107c75809eadf923e3d26801c583e0ec9f5
parentfafad8527448333987e08b4259b31146caabba43
mesh: Check that SAE state initialization succeeded for PMKID check

mesh_rsn_auth_sae_sta() might fail, so verify that sta->sae got
allocated before dereferencing it for a PMKID check.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/mesh_rsn.c