[Webkit-unassigned] [Bug 12611] [S60] Crash when pcre stack overflows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 10:42:46 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12611


vincent.bradley at nokia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |InTSW, PlatformOnly




------- Comment #2 from vincent.bradley at nokia.com  2007-02-05 10:42 PDT -------
For 3.0 and 3.1 Approved TSW ID: TJPI-6XQJWP
For 3.1 Approved TSW ID: ALAA-6XSF7U

This fix will stop processing the pcre regexp when we reach a limit on the
depth of recursion in the method match().  This will prevent us from reaching a
stack overflow, but will diminish the functionality of the page, since the
javascript is not parsed.

This solution is for a small memory device and these two web sites with
abnormally huge javascript regexp requirements.  Other pages are working as
designed. 


-- 
Configure bugmail: http://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