[Webkit-unassigned] [Bug 41129] CSSSelector: Avoid chaining tagHistory of CSSSelector, which causes stack overflow.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 23:26:48 PDT 2010


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





--- Comment #6 from Shinichiro Hamaji <hamaji at chromium.org>  2010-06-29 23:26:48 PST ---
(From update of attachment 60013)
WebCore/css/CSSParser.cpp:5106
 +      const static int maxChainingLength = 2048;
Is this number OK even for embeded devices where stack would be smaller than PCs?

WebCore/css/CSSParser.cpp:5106
 +      const static int maxChainingLength = 2048;
We usually use "static const", not "const static"

-- 
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