Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SDK:x86_64
SUSE:SLE-12-SP1:GA
ImageMagick.28259
ImageMagick-CVE-2022-28463.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2022-28463.patch of Package ImageMagick.28259
Index: ImageMagick-6.8.8-1/coders/cin.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/cin.c +++ ImageMagick-6.8.8-1/coders/cin.c @@ -450,6 +450,8 @@ static Image *ReadCINImage(const ImageIn image->endian=(magick[0] == 0x80) && (magick[1] == 0x2a) && (magick[2] == 0x5f) && (magick[3] == 0xd7) ? MSBEndian : LSBEndian; cin.file.image_offset=ReadBlobLong(image); + if (cin.file.image_offset < 712) + ThrowReaderException(CorruptImageError,"ImproperImageHeader"); offset+=4; cin.file.generic_length=ReadBlobLong(image); offset+=4;
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