Loading
qcacld-3.0: Avoid use after free of del_sta in wma_delete_sta
In case of TDLS peer connected if SSR happen, LIM try to flush TDLS peer with del_sta->respReqd as false. With respReqd false del_sta is freed in the switch case, but is used outside the switch case, leading to use after free. Fix is to use the local vdev_id instead of del_sta->smesessionId. Change-Id: I7e08733cf42ef619b3fa0d6726ee1acc2012c6a4 CRs-Fixed: 2929448