Page MenuHomeFreeBSD

D3863.diff
No OneTemporary

D3863.diff

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

Mime Type
text/plain
Expires
Wed, Aug 26, 1:00 AM (1 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37259555
Default Alt Text
D3863.diff (445 B)

Event Timeline