[webkit-dev] Fix for Vector::m_inlineBuffer alignment?
Alexey Proskuryakov
ap at webkit.org
Thu Sep 4 00:58:10 PDT 2008
On Sep 4, 2008, at 2:05 AM, Paul Pedriana wrote:
> I see that JavaScriptCore/wtf/Vector.h has this:
>
> // FIXME: Nothing guarantees this buffer is appropriately aligned
> to
> hold objects of type T.
> char m_inlineBuffer[m_inlineBufferSize];
We have a bug for this: <https://bugs.webkit.org/show_bug.cgi?
id=16925>. Also, <https://bugs.webkit.org/show_bug.cgi?id=19775>.
There are several patches and suggestions in these bugs, which wait
for someone to submit them as clean patches.
- WBR, Alexey Proskuryakov
More information about the webkit-dev
mailing list