RESOLVED FIXED Bug 75960
CVE-2011-3927 [skia] not all convex paths are convex, so recompute convexity for the problematic ones
https://bugs.webkit.org/show_bug.cgi?id=75960
Summary [skia] not all convex paths are convex, so recompute convexity for the proble...
Mike Reed
Reported 2012-01-10 07:26:14 PST
[skia] not all convex paths are convex, so recompute convexity for the problematic ones
Attachments
Patch (1.81 KB, patch)
2012-01-10 07:27 PST, Mike Reed
no flags
Patch (1.80 KB, patch)
2012-01-10 11:08 PST, Mike Reed
no flags
Mike Reed
Comment 1 2012-01-10 07:27:36 PST
Stephen White
Comment 2 2012-01-10 09:17:56 PST
Comment on attachment 121844 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=121844&action=review Looks good. r=me > Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:451 > + if (4 == numPoints) Nit: WebKit style doesn't use the reversed == operands.
Mike Reed
Comment 3 2012-01-10 11:08:13 PST
Mike Reed
Comment 4 2012-01-10 11:08:45 PST
new version fixes nit
Stephen White
Comment 5 2012-01-10 11:21:05 PST
Comment on attachment 121872 [details] Patch Thanks! r=me
WebKit Review Bot
Comment 6 2012-01-10 11:50:57 PST
Comment on attachment 121872 [details] Patch Clearing flags on attachment: 121872 Committed r104609: <http://trac.webkit.org/changeset/104609>
WebKit Review Bot
Comment 7 2012-01-10 11:51:01 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.