From: Dirk Lemstra Date: Thu, 18 Jul 2019 20:45:14 +0000 (+0200) Subject: Correct size of buffer. X-Git-Tag: 7.0.8-55~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac0924097bb26228311ced98a45c8b4d1ca7839c;p=imagemagick Correct size of buffer. --- diff --git a/coders/ps.c b/coders/ps.c index 1b937aaf7..55f53652a 100644 --- a/coders/ps.c +++ b/coders/ps.c @@ -222,7 +222,7 @@ static void ReadPSInfo(const ImageInfo *image_info,Image *image, #define PhotoshopProfile "BeginPhotoshop:" char - version[128]; + version[MagickPathExtent]; int c;