]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Fix potential memory leak with NFC password token
authorJouni Malinen <j@w1.fi>
Wed, 27 Jun 2012 17:53:29 +0000 (20:53 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 27 Jun 2012 18:22:12 +0000 (21:22 +0300)
commit582143e5440c59ca3c0f97e4e2fe73a0af8750ee
tree59128718013360cc8c263a0cfa54ad2a1ece219d
parent7be6dc2e96f160743a8db0fb7bc62cd713a00c7c
WPS: Fix potential memory leak with NFC password token

The old stored public key hash needs to be freed before replacing
the pointer with the new value.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/wps/wps_common.c