Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
libwmf.23764
libwmf-0.2.8.4-bnc495842.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libwmf-0.2.8.4-bnc495842.patch of Package libwmf.23764
Index: src/extra/gd/gd_clip.c =================================================================== --- src/extra/gd/gd_clip.c.orig +++ src/extra/gd/gd_clip.c @@ -69,6 +69,7 @@ void gdClipSetAdd(gdImagePtr im,gdClipRe if (im->clip->count == im->clip->max) { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle)); if (more == 0) return; + im->clip->list = more; im->clip->max += 8; im->clip->list = more; }
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