[Webkit-unassigned] [Bug 189149] [ConnectionUnix] Shrink sizeof AttachmentInfo by reordering members

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 06:35:23 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=189149

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #348489|review?, commit-queue?      |review+, commit-queue+
              Flags|                            |

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 348489
  --> https://bugs.webkit.org/attachment.cgi?id=348489
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=348489&action=review

> Source/WebKit/Platform/IPC/unix/ConnectionUnix.cpp:93
> +static_assert(sizeof(MessageInfo) + sizeof(AttachmentInfo) * attachmentMaxAmount <= messageMaxSize, "messageMaxSize is too small.");

Oh wow, good catch

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180830/799709f6/attachment.html>


More information about the webkit-unassigned mailing list