Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167488401
D58229.id181984.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
295 B
Referenced Files
None
Subscribers
None
D58229.id181984.diff
View Options
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c
--- a/sys/netinet6/nd6_rtr.c
+++ b/sys/netinet6/nd6_rtr.c
@@ -556,6 +556,7 @@
IP6STAT_INC(ip6s_exthdrtoolong);
return;
}
+ ip6 = mtod(m, struct ip6_hdr *);
}
nd_ra = (struct nd_router_advert *)((caddr_t)ip6 + off);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 23, 5:11 AM (15 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35110162
Default Alt Text
D58229.id181984.diff (295 B)
Attached To
Mode
D58229: netinet6: set ip6 after m_pullup() in nd6_ra_input()
Attached
Detach File
Event Timeline
Log In to Comment