Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151072258
D35316.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
305 B
Referenced Files
None
Subscribers
None
D35316.diff
View Options
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -1521,7 +1521,7 @@
else
#endif
if (buflen > MCLBYTES)
- return (EINVAL);
+ return (EMSGSIZE);
}
m = m_get2(buflen, M_WAITOK, type, 0);
m->m_len = buflen;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 7:20 PM (4 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30994668
Default Alt Text
D35316.diff (305 B)
Attached To
Mode
D35316: sockets: return EMSGSIZE if control part of message is too large
Attached
Detach File
Event Timeline
Log In to Comment