Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
ImageMagick.30954
ImageMagick-CVE-2022-32547.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2022-32547.patch of Package ImageMagick.30954
Index: ImageMagick-7.1.0-9/MagickCore/property.c =================================================================== --- ImageMagick-7.1.0-9.orig/MagickCore/property.c +++ ImageMagick-7.1.0-9/MagickCore/property.c @@ -1532,12 +1532,12 @@ static MagickBooleanType GetEXIFProperty } case EXIF_FMT_SINGLE: { - EXIFMultipleValues(4,"%f",(double) *(float *) p1); + EXIFMultipleValues(4,"%f",(double)ReadPropertySignedLong(endian,p1)); break; } case EXIF_FMT_DOUBLE: { - EXIFMultipleValues(8,"%f",*(double *) p1); + EXIFMultipleValues(8,"%f",(double)ReadPropertySignedLong(endian,p1)); break; } case EXIF_FMT_STRING:
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