Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for HA_GEO:s390x
SUSE:SLE-12-SP1:GA
ImageMagick.28259
ImageMagick-CVE-2019-9956.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2019-9956.patch of Package ImageMagick.28259
Index: ImageMagick-6.8.8-1/coders/ps.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/ps.c 2019-04-01 16:37:09.116665240 +0200 +++ ImageMagick-6.8.8-1/coders/ps.c 2019-04-01 16:37:10.860674240 +0200 @@ -2107,8 +2107,13 @@ RestoreMSCWarning p++; } q=PopHexPixel(hex_digits,(size_t) index,q); - q=PopHexPixel(hex_digits,(size_t) - MagickMin(length,0xff),q); + q=PopHexPixel(hex_digits,(size_t) MagickMin(length,0xff),q); + if ((q-pixels+6) >= 80) + { + *q++='\n'; + (void) WriteBlob(image,q-pixels,pixels); + q=pixels; + } if (image->previous == (Image *) NULL) { status=SetImageProgress(image,SaveImageTag,
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