[Webkit-unassigned] [Bug 147293] Implement WebAssembly module parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 12:56:10 PDT 2015


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

--- Comment #8 from Geoffrey Garen <ggaren at apple.com> ---
> The reason I used this method was that SourceCode::toUTF8() returns
> "m_provider->source().impl()->utf8ForRange(m_startChar, m_endChar -
> m_startChar)". This will crash if source() is "[WebAssembly source]" and
> m_startChar and m_endChar are out of range. Come to think of it, maybe I
> shouldn't have m_startChar and m_endChar out of range in the first place.

Right: It is always an error for m_startChar and m_endChar to be out of range.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150728/99efe68f/attachment-0001.html>


More information about the webkit-unassigned mailing list