]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix memory leak on dpp_auth_build_conf() error paths
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 29 Nov 2017 19:20:45 +0000 (21:20 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 29 Nov 2017 19:21:34 +0000 (21:21 +0200)
commit8a37d54ea7a511b6964b50b2e773daa91b839cf2
treed09c1f3e5da3add8835499bb32fa502c6792972f
parent281f480c531f950fd3ed4dfc507aa3b2bebf942c
DPP: Fix memory leak on dpp_auth_build_conf() error paths

The wpabuf for the message needs to be freed on the error paths.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/dpp.c