From: cristy Date: Fri, 5 Oct 2012 15:40:35 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfae51d5f746a6757c7b30e14ef9cb7c8649d7a6;p=imagemagick --- diff --git a/coders/miff.c b/coders/miff.c index 445fd11b3..2ece9f280 100644 --- a/coders/miff.c +++ b/coders/miff.c @@ -624,7 +624,7 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, } } *p='\0'; if (*options == '{') - (void) strcpy(options,options+1); + (void) CopyMagickString(options,options+1,strlen(options)); /* Assign a value to the specified keyword. */