Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:ALP:Source:Standard:0.1
cairo
cairo-get_bitmap_surface-bsc1036789-CVE-2017-74...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff of Package cairo
Index: cairo-1.17.6/src/cairo-ft-font.c =================================================================== --- cairo-1.17.6.orig/src/cairo-ft-font.c +++ cairo-1.17.6/src/cairo-ft-font.c @@ -1223,7 +1223,7 @@ _get_bitmap_surface (FT_Bitmap *bi width = bitmap->width; height = bitmap->rows; - if (width == 0 || height == 0) { + if (width == 0 || height == 0 || bitmap->buffer == NULL) { *surface = (cairo_image_surface_t *) cairo_image_surface_create_for_data (NULL, format, 0, 0, 0); return (*surface)->base.status;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor