]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 8 Jun 2014 00:44:34 +0000 (00:44 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 8 Jun 2014 00:44:34 +0000 (00:44 +0000)
MagickCore/delegate.c
MagickCore/utility.c

index 17757f4343bdd43a48b3e71ac2b2159c829b7751..0ab82eb995d747d4c40c3e31fc399dec349ae0bf 100644 (file)
@@ -907,7 +907,7 @@ static char *SanitizeDelegateCommand(const char *command)
   static char
     whitelist[] =
       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_- "
-      ".@&;<>|/\\\'\":%";
+      ".@&;<>|/\\\'\":%=";
 
   sanitize_command=AcquireString(command);
   p=sanitize_command;
index be9849b26612601904b838ad357002ecbc9c0228..d51940e9d08fa6b134317f19bbe1d391b412f9b3 100644 (file)
@@ -1932,7 +1932,7 @@ static char *SanitizeSystemCommand(const char *command)
   static char
     whitelist[] = 
       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_- "
-      ".@&;<>|/\\\'\":%";
+      ".@&;<>|/\\\'\":%=";
 
   sanitize_command=AcquireString(command);
   p=sanitize_command;