[Webkit-unassigned] [Bug 118053] Parsing of MathML length
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 30 23:35:30 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118053
--- Comment #19 from Benjamin Poulain <benjamin at webkit.org> 2013-06-30 23:37:27 PST ---
(From update of attachment 205626)
View in context: https://bugs.webkit.org/attachment.cgi?id=205626&action=review
I am unfamiliar with the MathML codebase, but this code is really weird.
The parsing is non-standard (for something that looks a lot like our CSS parsing). But the weirdest thing is having parsing done by a _render object_!
Why is this made like that?
> Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp:233
> + int stringLength = s.length();
This should be unsigned.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list