]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix a memory leak in L derivation
authorAnkita Bajaj <bankita@codeaurora.org>
Mon, 27 Aug 2018 07:31:13 +0000 (13:01 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 21 Sep 2018 18:21:14 +0000 (21:21 +0300)
commit5a052f92eb3725fd9447834aa406e779814dd8cd
tree7aeb100b610e11012cfdb754296e00c956747607
parentbae282e3e8f429c8b6fa08b4c468b7165d5ff17a
DPP: Fix a memory leak in L derivation

The temporary EC_POINT 'sum' needs to be freed at the end of the
function with the other OpenSSL allocations.

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