]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix writing of wpa_supplicant sae_groups configuration parameter
authorJouni Malinen <j@w1.fi>
Sat, 7 Jan 2017 21:09:34 +0000 (23:09 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Jan 2017 22:10:57 +0000 (00:10 +0200)
commit9284418d00614d9187226d6352260c35ceee142c
tree3251cdabef440156a57dfe68e57ce1d92c88d7f4
parent167f78a5e8fa4736f433667a964c30536e5d6bc7
Fix writing of wpa_supplicant sae_groups configuration parameter

This integer array is zero terminated, so need to check the value is
greater than 0 when writing the parameter.

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