[Webkit-unassigned] [Bug 102689] [WinCairo] Crash when requesting favicon.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 09:13:13 PST 2012


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





--- Comment #14 from Brent Fulgham <bfulgham at webkit.org>  2012-11-27 09:15:25 PST ---
(From update of attachment 176223)
View in context: https://bugs.webkit.org/attachment.cgi?id=176223&action=review

Looks good.  Do you have committer rights?

> Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp:35
> +// for and image with empty frames (BitmapImage::frameAtIndex(i) return null), WebKit Bug 102689.

This should be "an image"

> Tools/TestWebKitAPI/Tests/WebCore/win/BitmapImage.cpp:54
> +    int* bits = new int[16*16];

Why not just declare this on the stack, rather than do a new/delete?  It's a small buffer.

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