From: cristy Date: Sun, 8 Jun 2014 00:44:34 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ce64379361e00f60e4df95e8f8628059dd1c9a9;p=imagemagick --- diff --git a/MagickCore/delegate.c b/MagickCore/delegate.c index 17757f434..0ab82eb99 100644 --- a/MagickCore/delegate.c +++ b/MagickCore/delegate.c @@ -907,7 +907,7 @@ static char *SanitizeDelegateCommand(const char *command) static char whitelist[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_- " - ".@&;<>|/\\\'\":%"; + ".@&;<>|/\\\'\":%="; sanitize_command=AcquireString(command); p=sanitize_command; diff --git a/MagickCore/utility.c b/MagickCore/utility.c index be9849b26..d51940e9d 100644 --- a/MagickCore/utility.c +++ b/MagickCore/utility.c @@ -1932,7 +1932,7 @@ static char *SanitizeSystemCommand(const char *command) static char whitelist[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_- " - ".@&;<>|/\\\'\":%"; + ".@&;<>|/\\\'\":%="; sanitize_command=AcquireString(command); p=sanitize_command;