Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142066852
D5660.id54425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
414 B
Referenced Files
None
Subscribers
None
D5660.id54425.diff
View Options
Index: uipc_mbuf2.c
===================================================================
--- uipc_mbuf2.c
+++ uipc_mbuf2.c
@@ -101,7 +101,7 @@
/* check invalid arguments. */
if (m == NULL)
panic("m == NULL in m_pulldown()");
- if (len > MCLBYTES) {
+ if (len < 0 || len > MCLBYTES) {
m_freem(m);
return NULL; /* impossible */
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 16, 5:14 PM (44 m, 41 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27663578
Default Alt Text
D5660.id54425.diff (414 B)
Attached To
Mode
D5660: Check for negative lengths in m_pulldown
Attached
Detach File
Event Timeline
Log In to Comment