Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
ImageMagick.17345
ImageMagick-CVE-2017-14341.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2017-14341.patch of Package ImageMagick.17345
diff --git a/coders/wpg.c b/coders/wpg.c index a53c17f2cc..ecd0a71503 100644 --- a/coders/wpg.c +++ b/coders/wpg.c @@ -1045,6 +1045,8 @@ static Image *ReadWPGImage(const ImageInfo *image_info, if(i==EOF) break; Rd_WP_DWORD(image,&Rec.RecordLength); + if (Rec.RecordLength > GetBlobSize(image)) + ThrowReaderException(CorruptImageError,"ImproperImageHeader"); if(EOFBlob(image)) break;
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