[Webkit-unassigned] [Bug 44628] [Skia] canvas/philip/tests/2d.imageData.get.source.outside.html crashes test_shell in Chromium Linux debug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 10:31:08 PDT 2010


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





--- Comment #5 from Stephen White <senorblanco at chromium.org>  2010-08-30 10:31:08 PST ---
(From update of attachment 65472)
> WebCore/platform/graphics/skia/ImageBufferSkia.cpp:181
> +    int numRows = numColumns > 0 ? endY - originY : 0;
If this function is meant to do nothing in this case (and I'm guessing it is), I'd put an early-return below the computation of numColumns, rather than making the numRows computation more confusing.

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