Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/4626
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 22, 2021
1 parent e2ce775 commit d7f1b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -3,6 +3,8 @@

2021-12-19 7.1.0-19 <quetzlzacatenango@image...>
* support -integral option.
* possible DoS for certain SVG constructs (reference
https://github.com/ImageMagick/ImageMagick/issues/4626).

2021-12-18 7.1.0-18 <quetzlzacatenango@image...>
* Release ImageMagick version 7.1.0-18 GIT revision 19447:6c7d62f7d:20211218
Expand Down
2 changes: 1 addition & 1 deletion MagickCore/draw.c
Expand Up @@ -5535,7 +5535,7 @@ MagickExport MagickBooleanType DrawPrimitive(Image *image,
{
(void) CopyMagickString(clone_info->filename,primitive_info->text,
MagickPathExtent);
status&=SetImageInfo(clone_info,0,exception);
status&=SetImageInfo(clone_info,1,exception);
(void) CopyMagickString(clone_info->filename,primitive_info->text,
MagickPathExtent);
if (clone_info->size != (char *) NULL)
Expand Down

0 comments on commit d7f1b2b

Please sign in to comment.