]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-pwd server: Fix a memory leak on error path
authorJouni Malinen <jouni@codeaurora.org>
Tue, 16 Apr 2019 22:28:31 +0000 (01:28 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 16 Apr 2019 22:48:40 +0000 (01:48 +0300)
commita9d224f560be8a7761c00681d48da4bd0b57225b
tree9d1b13673e906cb0b95e8dfc5a55e98aea518990
parent0a9ff3810b7655af55053c33f64db3813a32d4a7
EAP-pwd server: Fix a memory leak on error path

eap_pwd_h_final() needs to be called to free the value from
eap_pwd_h_init() even in error cases.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/eap_server/eap_server_pwd.c