Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
ImageMagick.24648
ImageMagick-CVE-2022-32547.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-CVE-2022-32547.patch of Package ImageMagick.24648
Index: ImageMagick-7.0.7-34/MagickCore/property.c =================================================================== --- ImageMagick-7.0.7-34.orig/MagickCore/property.c +++ ImageMagick-7.0.7-34/MagickCore/property.c @@ -1511,12 +1511,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; } default:
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