Bug#487745: epiphany-webkit: crashes on startup

Mike Hommey mh at glandium.org
Thu Jun 26 22:28:20 UTC 2008


> -        // 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 be uint64_t, not uuint64_t.

Mike





More information about the Pkg-webkit-maintainers mailing list