[Webkit-unassigned] [Bug 19775] Alignment problems on Sparc
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 26 15:26:54 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19775
------- Comment #6 from mh+webkit at glandium.org 2008-06-26 15:26 PDT -------
(From update of attachment 21963)
>- // FIXME: Nothing guarantees this buffer is appropriately aligned to hold objects of type T.
>- char m_inlineBuffer[m_inlineBufferSize];
>+ uuint64_t m_inlineBuffer[(m_inlineBufferSize + sizeof(uint64_t) - 1) / sizeof(uint64_t)];
This should read uint64_t, not uuint64_t...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list