Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
php5.6680
php-CVE-2016-10166.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php-CVE-2016-10166.patch of Package php5.6680
Index: php-7.0.7/ext/gd/libgd/gd_interpolation.c =================================================================== --- php-7.0.7.orig/ext/gd/libgd/gd_interpolation.c 2017-01-31 15:59:47.895084524 +0100 +++ php-7.0.7/ext/gd/libgd/gd_interpolation.c 2017-01-31 16:08:39.782455495 +0100 @@ -904,8 +904,7 @@ static inline LineContribType * _gdContr } if (overflow_error == 1 || res->ContribRow[u].Weights == NULL) { unsigned int i; - u--; - for (i=0;i<=u;i++) { + for (i=0;i<u;i++) { gdFree(res->ContribRow[i].Weights); } gdFree(res->ContribRow);
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