]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Make use wpas_p2p_reconsider_moving_go timeout gets canceled
authorJouni Malinen <jouni@codeaurora.org>
Thu, 1 Oct 2020 12:44:19 +0000 (15:44 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 1 Oct 2020 12:48:05 +0000 (15:48 +0300)
commit43ef227e90b34aac9c1c363832fe93d46f32e221
tree87d9b986a9d50e5338cce038f188c780541e7db8
parent57536a567821c2833ca8e64e313070054224b1a6
P2P: Make use wpas_p2p_reconsider_moving_go timeout gets canceled

The per-interface P2P data freeing function did not cover this eloop
timeout that could potentially have been registered. Explicitly cancel
this timeout to make sure no references to freed memory can remain in
such a case.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/p2p_supplicant.c