From: Cristy Date: Thu, 15 Feb 2018 01:57:52 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-23~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a7686547666acfe0515b8f6c2a684d3b2c6ca34;p=imagemagick ... --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 26190e1bc..508a8b432 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1751,9 +1751,12 @@ static MagickBooleanType GetXMPProperty(const Image *image,const char *property) xmp_profile=StringInfoToString(profile); if (xmp_profile == (char *) NULL) return(MagickFalse); - if ((strstr(xmp_profile,"") == (char *) NULL) || (strstr(xmp_profile,"") == (char *) NULL)) { xmp_profile=DestroyString(xmp_profile); return(MagickFalse);