mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 09:18:24 -05:00
04c366cb1d
1. In wpa_config_process_bgscan() fix memory leak after calling wpa_config_parse_string() 2. In hostapd_config_defaults(), on failure to allocate bss->radius, conf->bss was not freed. 3. In p2p_deauth_nofif(), memory allocated in p2p_parse_ies() was not freed in case of NULL minor_reason_code. 4. In p2p_disassoc_nofif(), memory allocated in p2p_parse_ies() was not freed in case of NULL minor_reason_code. 5. In p2p_process_go_neg_conf(), memory allocated was not freed in case that the P2P Device interface was not waiting for a GO Negotiation Confirm. 6. In wpa_set_pkcs11_engine_and_module_path(), the wrong pointer was checked. Signed-hostap: Eytan Lifshitz <eytan.lifshitz@intel.com> |
||
---|---|---|
.. | ||
Makefile | ||
p2p_build.c | ||
p2p_dev_disc.c | ||
p2p_go_neg.c | ||
p2p_group.c | ||
p2p_i.h | ||
p2p_invitation.c | ||
p2p_parse.c | ||
p2p_pd.c | ||
p2p_sd.c | ||
p2p_utils.c | ||
p2p.c | ||
p2p.h |