Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152452288
D55367.id172219.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
338 B
Referenced Files
None
Subscribers
None
D55367.id172219.diff
View Options
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -2133,6 +2133,7 @@
m->m_flags &= ~(M_BCAST|M_MCAST);
m->m_pkthdr.rcvif = NULL;
+ m->m_pkthdr.csum_flags = 0;
ip6_output(m, NULL, NULL, 0, NULL, &outif, NULL);
if (outif)
icmp6_ifoutstat_inc(outif, type, code);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 16, 1:38 AM (2 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28898991
Default Alt Text
D55367.id172219.diff (338 B)
Attached To
Mode
D55367: icmp6: Remove csum_flags on mbuf reused for ICMP message
Attached
Detach File
Event Timeline
Log In to Comment