Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109995554
D47949.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
525 B
Referenced Files
None
Subscribers
None
D47949.diff
View Options
diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c
--- a/sys/compat/linuxkpi/common/src/linux_80211.c
+++ b/sys/compat/linuxkpi/common/src/linux_80211.c
@@ -1181,6 +1181,8 @@
lvif, vap, vap->iv_bss, lvif->lvif_bss,
(lvif->lvif_bss != NULL) ? lvif->lvif_bss->ni : NULL,
lvif->lvif_bss_synched);
+ LKPI_80211_LVIF_UNLOCK(lvif);
+ ieee80211_free_node(ni); /* Error handling for the local ni. */
return (EBUSY);
}
LKPI_80211_LVIF_UNLOCK(lvif);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 13, 5:49 AM (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15111314
Default Alt Text
D47949.diff (525 B)
Attached To
Mode
D47949: linuxkpi: Fix a lock leak in lkpi_sta_scan_to_auth()
Attached
Detach File
Event Timeline
Log In to Comment