]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-GPSK server: Fix memory freeing on error path
authorJouni Malinen <j@w1.fi>
Fri, 19 Apr 2019 14:08:27 +0000 (17:08 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 19 Apr 2019 14:08:27 +0000 (17:08 +0300)
commita3be79a14202b9a79e81e41596d8b5d013ef5257
treecf99ba47220ebd7e8de5476e3b27d3a35303a9db
parent94758682b79b1277f109fc82f93f3027ffa84abb
EAP-GPSK server: Fix memory freeing on error path

Allocated struct wpabuf was freed with incorrect freeing function. Fix
this by using the appropriate function.

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