From: Cristy Date: Thu, 8 Feb 2018 11:52:13 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-23~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b6a931451aecbfd6ec6b852258531a3e12cd818;p=imagemagick ... --- diff --git a/coders/pdb.c b/coders/pdb.c index 502735205..e03693de5 100644 --- a/coders/pdb.c +++ b/coders/pdb.c @@ -595,8 +595,8 @@ static Image *ReadPDBImage(const ImageInfo *image_info,ExceptionInfo *exception) *p='\0'; length<<=1; length+=MagickPathExtent; - comment=(char *) ResizeQuantumMemory(comment,length+MagickPathExtent, - sizeof(*comment)); + comment=(char *) ResizeQuantumMemory(comment,length+ + MagickPathExtent,sizeof(*comment)); if (comment == (char *) NULL) break; p=comment+strlen(comment);