]> git.ipfire.org Git - thirdparty/hostap.git/commit
Clear wpa_psk memory when setting up wpa_supplicant AP mode
authorJouni Malinen <j@w1.fi>
Mon, 29 Dec 2014 11:05:32 +0000 (13:05 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 29 Dec 2014 17:44:51 +0000 (19:44 +0200)
commitce52d031e5389c81796db863e2cba41b982e1f07
treea51588601fd8e1767ffa77c30d48660b8ac255f3
parent7d711541dced759b34313477d5d163e65c5b0131
Clear wpa_psk memory when setting up wpa_supplicant AP mode

This is more of a theoretical case since this part is done only during
setup and the structure is not allocated in practice. Anyway,
maintaining more consistent use of bin_clear_free() for structures that
may contain keys is useful.

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