[Webkit-unassigned] [Bug 18465] wxWebit crash in BitmapImage::draw on particular site
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 13 18:31:14 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18465
------- Comment #1 from avasilev at voipgate.com 2008-04-13 18:31 PDT -------
Created an attachment (id=20510)
--> (http://bugs.webkit.org/attachment.cgi?id=20510&action=view)
patch
The problem is that the source and destination areas are not always the same
sizes, and without a check the underlying wx Blit code crashes. This is why I
jsut added a simple check and if the sizes dont match hte function quits. This
is just to prevent a crash, I am not sure how is it specified in the call how
exactly to handle stretching or tiling of the image to fit the destination
rect.
--
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