Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140981831
D43095.id131546.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
470 B
Referenced Files
None
Subscribers
None
D43095.id131546.diff
View Options
diff --git a/sys/net80211/ieee80211_ioctl.c b/sys/net80211/ieee80211_ioctl.c
--- a/sys/net80211/ieee80211_ioctl.c
+++ b/sys/net80211/ieee80211_ioctl.c
@@ -3636,8 +3636,8 @@
break;
case SIOCG80211STATS:
ifr = (struct ifreq *)data;
- copyout(&vap->iv_stats, ifr_data_get_ptr(ifr),
- sizeof (vap->iv_stats));
+ error = copyout(&vap->iv_stats, ifr_data_get_ptr(ifr),
+ sizeof(vap->iv_stats));
break;
case SIOCSIFMTU:
ifr = (struct ifreq *)data;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 31, 9:37 AM (9 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27407852
Default Alt Text
D43095.id131546.diff (470 B)
Attached To
Mode
D43095: ieee80211: Check for errors when copying in the SIOCG80211STATS handler
Attached
Detach File
Event Timeline
Log In to Comment