]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-IKEV2 server: Fix invalid memory freeing operation
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 8 Feb 2013 22:44:13 +0000 (00:44 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 8 Feb 2013 23:20:36 +0000 (01:20 +0200)
commit9288e6625b2c84d1bd9afd6fc1444a1660bdd4a7
tree485c4df1347a3e40b9284ed191dfc9d2e8310145
parent62cab3b737f061a29ff2171115adb04240fefd6f
EAP-IKEV2 server: Fix invalid memory freeing operation

wpabuf needs to be freed with wpabuf_free(), not os_free().

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/eap_server/ikev2.c