Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144297018
D50461.id155858.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
375 B
Referenced Files
None
Subscribers
None
D50461.id155858.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
@@ -2604,6 +2604,7 @@
/* pad if easy enough, truncate if not */
if (8 - extra <= M_TRAILINGSPACE(m0)) {
/* pad */
+ bzero(m0->m_data + m0->m_len, 8 - extra);
m0->m_len += (8 - extra);
m0->m_pkthdr.len += (8 - extra);
} else {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 5:17 PM (13 h, 17 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28477392
Default Alt Text
D50461.id155858.diff (375 B)
Attached To
Mode
D50461: icmp6: zero out pad space
Attached
Detach File
Event Timeline
Log In to Comment