wlan: Detach OS packet from the vos packet before freeing skb
In function hdd_softap_rx_packet_cbk() after extracting OS packet there is a possibility to free skb without detaching from vos packet which may lead to double free skb. To address this issue detach OS packet from vos packet. Change-Id: I37a30071a14e8aaedba2020dd0c713e3e3c83826 CRs-Fixed: 3061485
Loading
Please register or sign in to comment