[Webkit-unassigned] [Bug 42079] SVG Large curve path segment OOM crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 12:27:00 PDT 2010


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





--- Comment #6 from Dirk Schulze <krit at webkit.org>  2010-08-11 12:27:00 PST ---
Created an attachment (id=64147)
 --> (https://bugs.webkit.org/attachment.cgi?id=64147)
Recursive version of curveLength in PathTraversalState

Recursive version of curveLength in PathTraversalState. It avoids the stack and returns earlier, if length is reached in getPointAtLength.

The patch is for testing and not for review. Can someone test it on Skia please? I'd like to know, if the test works now, and how long it takes to get the totalLength of a path.

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