Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168247788
D31458.id93433.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
469 B
Referenced Files
None
Subscribers
None
D31458.id93433.diff
View Options
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c
--- a/sys/netinet6/ip6_output.c
+++ b/sys/netinet6/ip6_output.c
@@ -2584,7 +2584,7 @@
pktopt = inp->in6p_outputopts; \
if (pktopt && pktopt->field) { \
optdatalen = min(lenexpr, sopt->sopt_valsize); \
- bcopy(&pktopt->field, optdata, optdatalen); \
+ bcopy(pktopt->field, optdata, optdatalen); \
} else { \
free(optdata, M_TEMP); \
optdata = NULL; \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 4:08 AM (8 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37434567
Default Alt Text
D31458.id93433.diff (469 B)
Attached To
Mode
D31458: Fix getsockopt() for several IPPROTO_IPV6 level socket options
Attached
Detach File
Event Timeline
Log In to Comment