From: Cristy Date: Fri, 24 Mar 2017 22:39:46 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.5-4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=350fff35195463774338c92d53070edb2b83f01c;p=imagemagick ... --- diff --git a/MagickCore/random.c b/MagickCore/random.c index a08833b5c..60150ee9d 100644 --- a/MagickCore/random.c +++ b/MagickCore/random.c @@ -460,7 +460,7 @@ static StringInfo *GenerateEntropicChaos(RandomInfo *random_info) int file; - (void) GetPathTemplate(path); + (void) strcpy(path,"XXXXXX"); file=mkstemp(path); if (file != -1) {