Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110651877
D28377.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
272 B
Referenced Files
None
Subscribers
None
D28377.id.diff
View Options
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -2460,6 +2460,7 @@
while (m_head) {
m = m_head;
m_head = m_head->m_nextpkt;
+ m->m_nextpkt = NULL;
error = nd6_output_ifp(ifp, ifp, m, dst, NULL);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 11:38 AM (7 m, 35 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16770697
Default Alt Text
D28377.id.diff (272 B)
Attached To
Mode
D28377: m_nextpkt pointer not NULL'ed before sending
Attached
Detach File
Event Timeline
Log In to Comment