]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix a memory leak in key pair generation
authorJouni Malinen <jouni@codeaurora.org>
Wed, 8 May 2019 15:27:06 +0000 (18:27 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 8 May 2019 15:27:06 +0000 (18:27 +0300)
commit7a9ddba6f524b49ae5c5f75000f504be572406a1
tree7dfd41bae26a3206707c7ddbfa64556bcf39d5f7
parent7153540c39ca256739a6c66f90e8a9e552154062
DPP: Fix a memory leak in key pair generation

ec_params needs to be free within dpp_gen_keypair() to avoid leaking the
allocated memory.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/dpp.c