[Webkit-unassigned] [Bug 19652] [CAIRO] wrong drawing of border-image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 18 22:54:43 PDT 2008


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21823|review?                     |review-
               Flag|                            |




------- Comment #4 from mrowe at apple.com  2008-06-18 22:54 PDT -------
(From update of attachment 21823)
This call to cairo_destroy can pass an uninitialized value for cr_surface which
I doubt is safe:

+    cairo_destroy(cr_surface);

Why does the call to cairo_destroy need to be outside the body of the if block
where cr_surface is used?  The naming of cr_surface seems like poor choice too:
 both surface and cr_surface are cairo types, and I can't see any particular
significance to the cr_ prefix.


-- 
Configure bugmail: https://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