Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107141900
D31458.id93401.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.id93401.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
Sat, Jan 11, 6:37 PM (11 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15756739
Default Alt Text
D31458.id93401.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