]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-PEAP peer: Fix a memory leak on an error path
authorJouni Malinen <j@w1.fi>
Sun, 20 Dec 2015 14:55:28 +0000 (16:55 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 20 Dec 2015 15:25:41 +0000 (17:25 +0200)
commit4f5c86e7bdaf11472aa15f504d1e9337d9a0a10f
tree7e4edefccf8790b7a561bf1d72e9916ec947b1dd
parent212d6a173274d3c4c0ea03630fd0bb5a0c1e203d
EAP-PEAP peer: Fix a memory leak on an error path

If memory allocation for adding SoH response fails, the SoH response was
not freed properly on the error path.

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