]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix an error path memory leak in URI public key parsing
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:20:06 +0000 (21:20 +0300)
commitbae282e3e8f429c8b6fa08b4c468b7165d5ff17a
tree91c90c01cb3992c8da108c5a0c1afaf6d01916ba
parente66226016204631da0c5622e96ce1e5c73a28d38
DPP: Fix an error path memory leak in URI public key parsing

The allocated buffer from base64_decode() needs to be freed on the
sha256_vector() error path.

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