Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
gd
gd-CVE-2017-7890.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gd-CVE-2017-7890.patch of Package gd
diff --git a/src/gd_gif_in.c b/src/gd_gif_in.c index 008d1ece..c1954480 100644 --- a/src/gd_gif_in.c +++ b/src/gd_gif_in.c @@ -216,6 +216,9 @@ BGD_DECLARE(gdImagePtr) gdImageCreateFromGifCtx(gdIOCtxPtr fd) gdImagePtr im = 0; + memset(ColorMap, 0, 3 * MAXCOLORMAPSIZE); + memset(localColorMap, 0, 3 * MAXCOLORMAPSIZE); + if(!ReadOK(fd, buf, 6)) { return 0; }
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