Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154759383
D900.id1892.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
580 B
Referenced Files
None
Subscribers
None
D900.id1892.diff
View Options
Index: head/sys/netinet/ip6.h
===================================================================
--- head/sys/netinet/ip6.h
+++ head/sys/netinet/ip6.h
@@ -277,12 +277,6 @@
(((m) = m_pullup((m), (off) + (hlen))) == NULL)) { \
IP6STAT_INC(ip6s_exthdrtoolong); \
return ret; \
- } else if ((m)->m_flags & M_EXT) { \
- if ((m)->m_len < (off) + (hlen)) { \
- IP6STAT_INC(ip6s_exthdrtoolong); \
- m_freem(m); \
- return ret; \
- } \
} else { \
if ((m)->m_len < (off) + (hlen)) { \
IP6STAT_INC(ip6s_exthdrtoolong); \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 9:29 AM (3 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32489113
Default Alt Text
D900.id1892.diff (580 B)
Attached To
Mode
D900: Use M_WRITABLE() rather than direct M_EXT checks
Attached
Detach File
Event Timeline
Log In to Comment