Summary: | Incorrect sizeof expression | ||
---|---|---|---|
Product: | cairo | Reporter: | Arpit <jain.arpit> |
Component: | gl backend | Assignee: | Arpit <jain.arpit> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Arpit
2015-07-13 05:23:11 UTC
The patch for this Bug is submitted. and the link for the patch is as follows: http://lists.freedesktop.org/archives/cairo/2015-July/026381.html commit edd321c2f52daaef9804481bc4d0aa84f8ff0060 Author: Arpit Jain <jain.arpit@samsung.com> AuthorDate: Mon Jul 13 11:31:48 2015 +0530 Commit: Bryce Harrington <bryce@osg.samsung.com> CommitDate: Tue Jul 14 01:44:33 2015 -0700 gl: Fix incorrect size of expression The sizeof operator now applied to the correct variable "ctx->glyph_cache", instead of its pointer address, in function "_cairo_gl_composite_flush". Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=91321 Signed-off-by: Arpit Jain <jain.arpit@samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com> |
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.