From 9ce64379361e00f60e4df95e8f8628059dd1c9a9 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 8 Jun 2014 00:44:34 +0000 Subject: [PATCH] --- MagickCore/delegate.c | 2 +- MagickCore/utility.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.40.0