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

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