]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Fix a memory leak on duplicate Authentication Response
authorJouni Malinen <jouni@codeaurora.org>
Wed, 8 May 2019 17:25:10 +0000 (20:25 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 8 May 2019 17:25:10 +0000 (20:25 +0300)
commitc5622b43cd8d01c643a19ddccf18ee8b65b48d5f
tree84cc7dcd0a246dc3fe034cf2a28d64a5786719c7
parent1cdfe8d23f9feb9523daad286b473fe010105977
DPP: Fix a memory leak on duplicate Authentication Response

Do not allow auth->peer_protocol_key to be overridden without having
freed the previously stored key in case two Authentication Response
messages are received.

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