]> granicus.if.org Git - imagemagick/commitdiff
Revert
authorCristy <urban-warrior@imagemagick.org>
Sun, 4 Feb 2018 12:58:35 +0000 (07:58 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sun, 4 Feb 2018 12:58:35 +0000 (07:58 -0500)
MagickCore/xml-tree.c

index a25a67c4999b19fb9a28369237f4f2f403abe227..7718c29101978b203b3ce6f6ed46edfb04fdb670 100644 (file)
@@ -1789,8 +1789,8 @@ static MagickBooleanType ParseInternalDoctype(XMLTreeRoot *root,char *xml,
                    (n != (char *) NULL) &&
                    (strcmp(n,root->attributes[i][0]) != 0))
               i++;
-            xml++;
-            while ((*(n=xml+strspn(xml,XMLWhitespace)) != '\0') && (*n != '>'))
+            while ((*(n=xml+strspn(xml+1,XMLWhitespace)+1) != '\0') &&
+                   (*n != '>'))
             {
               xml=n+strcspn(n,XMLWhitespace);
               if (*xml != '\0')