Summary: | Segfault on cairo_surface_destroy() | ||
---|---|---|---|
Product: | cairo | Reporter: | Szuromi Gábor <kukkerman> |
Component: | win32 backend | Assignee: | cairo-bugs mailing list <cairo-bugs> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.10.3 | ||
Hardware: | x86 (IA32) | ||
OS: | Windows (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Szuromi Gábor
2012-03-20 12:06:10 UTC
commit 86a89a8c1de88f279b306ac8e3461773895aa7a2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Mar 20 19:14:28 2012 +0000 win32: Check for damage before blitting During the surface flush, we reduce any pending damage and then blit. If no damage had been accrued then the damage->region would be NULL leading to a segfault. Patch suggested by Szuromi Gábor. Reported-by: Szuromi Gábor <kukkerman@gmail.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47605 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.