rework ImageMagick-6.8.8-1-disable-insecure-coders.patch, rebase patches OBS-URL: https://build.opensuse.org/request/show/394840 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=253
14 lines
489 B
Diff
14 lines
489 B
Diff
Index: coders/xpm.c
|
|
===================================================================
|
|
--- coders/xpm.c.orig
|
|
+++ coders/xpm.c
|
|
@@ -415,7 +415,7 @@ static Image *ReadXPMImage(const ImageIn
|
|
image->storage_class=DirectClass;
|
|
image->matte=MagickTrue;
|
|
}
|
|
- status=QueryColorCompliance(target,XPMCompliance,&image->colormap[j],
|
|
+ status=QueryColorCompliance(target,AllCompliance,&image->colormap[j],
|
|
exception);
|
|
if (status == MagickFalse)
|
|
break;
|