Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
ImageMagick.29424
ImageMagick-CVE-2022-32545.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2022-32545.patch of Package ImageMagick.29424
Index: ImageMagick-6.8.8-1/coders/psd.c =================================================================== --- ImageMagick-6.8.8-1.orig/coders/psd.c +++ ImageMagick-6.8.8-1/coders/psd.c @@ -1030,7 +1030,7 @@ static MagickBooleanType ReadPSDChannelP number_bits=8; for (bit=0; bit < number_bits; bit++) { - SetPSDPixel(image,channels,type,packet_size,(((unsigned char) pixel) + SetPSDPixel(image,channels,type,packet_size,(((unsigned char)((ssize_t)pixel)) & (0x01 << (7-bit))) != 0 ? 0 : QuantumRange,q++,indexes,x++); } if (x != (ssize_t) image->columns)
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