Parcourir la source

FST: Clear hostapd fst_ies on FST-DETACH to avoid use of freed memory

This is needed in the corner case of FST-DETACH being used without
stopping the AP instance.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen il y a 9 ans
Parent
commit
780753fab2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      hostapd/ctrl_iface.c

+ 1 - 0
hostapd/ctrl_iface.c

@@ -2571,6 +2571,7 @@ hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces,
 		if (hapd) {
 			if (!fst_iface_detach(ifname)) {
 				hapd->iface->fst = NULL;
+				hapd->iface->fst_ies = NULL;
 				return 0;
 			}
 		}