[cairo-bugs] [Bug 12033] New: Plug possible leak of pixman_traps in _cairo_image_surface_composite_trapezoids.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 16 17:38:00 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=12033

           Summary: Plug possible leak of pixman_traps in
                    _cairo_image_surface_composite_trapezoids.
           Product: cairo
           Version: 1.5.1
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: image backend
        AssignedTo: cworth at cworth.org
        ReportedBy: marejde at gmail.com
         QAContact: cairo-bugs at cairographics.org


If width and height are 0 and pixman_traps is allocated on the heap,
it would leak. Fix by simply checking width and height prior to
allocating pixman_traps.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the cairo-bugs mailing list