mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-21 03:23:04 -05:00
Valgrind indicates reference to already freed memory if function wpa_config_remove_network() is called prior to calling wpa_supplicant_deauthenticate(), and this can lead to a crash. Inverting the call order fixes the problem. Signed-off-by: Hannu Mallat <hannu.mallat@jollamobile.com>