Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
gd
gd-CVE-2016-9317.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gd-CVE-2016-9317.patch of Package gd
--- a/src/gd.c +++ b/src/gd.c @@ -185,6 +185,10 @@ BGD_DECLARE(gdImagePtr) gdImageCreate (int sx, int sy) int i; gdImagePtr im; + if (overflow2(sx, sy)) { + return NULL; + } + if (overflow2(sizeof (unsigned char *), sy)) { return NULL; }
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