Search Linux Wireless

Re: [PATCH V3 2/9] mac80211: add multiple bssid support to interface handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 08.10.20 02:33, Pradeep Kumar Chitrapu wrote:

 static int ieee80211_del_iface(struct wiphy *wiphy, struct wireless_dev *wdev)
 {
+    struct ieee80211_sub_if_data *sdata;
+    struct ieee80211_vif *child, *tmp;
+
+    sdata = IEEE80211_WDEV_TO_SUB_IF(wdev);
+    if (sdata->vif.type == NL80211_IFTYPE_AP) {
Hi John, Observed a NULL ptr dereference error here..

Thanks
Pradeep


how did you trigger it ?

    John




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux