Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
poppler.34111
poppler-cairo-limit-downsample.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File poppler-cairo-limit-downsample.patch of Package poppler.34111
Index: poppler-0.24.4/poppler/CairoRescaleBox.cc =================================================================== --- poppler-0.24.4.orig/poppler/CairoRescaleBox.cc +++ poppler-0.24.4/poppler/CairoRescaleBox.cc @@ -311,6 +311,10 @@ GBool CairoRescaleBox::downScaleImage(un pixel_coverage_x = compute_coverage (x_coverage, orig_width, scaled_width); pixel_coverage_y = compute_coverage (y_coverage, orig_height, scaled_height); + /* bsc#1129202 comment 18 */ + if (!pixel_coverage_x || !pixel_coverage_y) + goto cleanup; + assert (width + start_column <= scaled_width);
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