]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-SAKE server: Fix memory freeing on error path
authorJouni Malinen <j@w1.fi>
Fri, 19 Apr 2019 13:43:14 +0000 (16:43 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 19 Apr 2019 13:44:38 +0000 (16:44 +0300)
commit24b06511e2483a81445d0ab73b9fe2b041d5b1d4
treed8562b9879fff8daf8114de8969128c4080fa674
parent425e5f977ebb92c76f6701c5cb501457a3646994
EAP-SAKE 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_sake.c