[webkit-reviews] review canceled: [Bug 61287] [UNIX] Don't use SOCK_DGRAM in socketpair() : [Attachment 94816] Updated patch fixing style issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 01:59:27 PDT 2011


Carlos Garcia Campos <cgarcia at igalia.com> has canceled Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 61287: [UNIX] Don't use SOCK_DGRAM in socketpair()
https://bugs.webkit.org/show_bug.cgi?id=61287

Attachment 94816: Updated patch fixing style issues
https://bugs.webkit.org/attachment.cgi?id=94816&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
Actually, I think falling back to STREAM sockets is much easier than using a
dummy socket, because we can use the same code for both STREAM and SEQPACKET
sockets. For SEQPACKET m_readBufferSize == messageLength &&
m_fileDescriptorsSize == messageInfo.attachmentCount() so it will never
memmove.


More information about the webkit-reviews mailing list