Page MenuHomeFreeBSD

D19768.id55637.diff
No OneTemporary

D19768.id55637.diff

Index: head/sys/compat/freebsd32/freebsd32_misc.c
===================================================================
--- head/sys/compat/freebsd32/freebsd32_misc.c
+++ head/sys/compat/freebsd32/freebsd32_misc.c
@@ -1160,8 +1160,8 @@
cm = NULL;
}
- msg->msg_controllen += FREEBSD32_ALIGN(sizeof(*cm)) +
- datalen_out;
+ msg->msg_controllen +=
+ FREEBSD32_CMSG_SPACE(datalen_out);
}
}
if (len == 0 && m != NULL) {

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 26, 5:23 AM (55 m, 39 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30364890
Default Alt Text
D19768.id55637.diff (447 B)

Event Timeline