Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156526760
D3863.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
445 B
Referenced Files
None
Subscribers
None
D3863.diff
View Options
Index: head/sys/netinet6/frag6.c
===================================================================
--- head/sys/netinet6/frag6.c
+++ head/sys/netinet6/frag6.c
@@ -523,8 +523,8 @@
frag6_deq(af6);
while (t->m_next)
t = t->m_next;
- t->m_next = IP6_REASS_MBUF(af6);
- m_adj(t->m_next, af6->ip6af_offset);
+ m_adj(IP6_REASS_MBUF(af6), af6->ip6af_offset);
+ m_cat(t, IP6_REASS_MBUF(af6));
free(af6, M_FTABLE);
af6 = af6dwn;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 10:33 AM (8 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33080759
Default Alt Text
D3863.diff (445 B)
Attached To
Mode
D3863: Use m_cat() to reassembly IPv6 packets
Attached
Detach File
Event Timeline
Log In to Comment