[webkit-reviews] review granted: [Bug 77715] SharedBuffer m_segments and m_dataArray must be exclusive : [Attachment 200453] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 3 16:07:36 PDT 2013


Benjamin Poulain <benjamin at webkit.org> has granted Pratik Solanki
<psolanki at apple.com>'s request for review:
Bug 77715: SharedBuffer m_segments and m_dataArray must be exclusive
https://bugs.webkit.org/show_bug.cgi?id=77715

Attachment 200453: Patch
https://bugs.webkit.org/attachment.cgi?id=200453&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=200453&action=review


> Source/WebCore/platform/SharedBuffer.cpp:211
> +	   m_buffer.reserveInitialCapacity(length);

I don't think that matters. The append() call has the size, it will allocate
the best block size for the input.


More information about the webkit-reviews mailing list