]> granicus.if.org Git - imagemagick/commitdiff
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6488
authorCristy <urban-warrior@imagemagick.org>
Wed, 21 Feb 2018 13:27:22 +0000 (08:27 -0500)
committerCristy <urban-warrior@imagemagick.org>
Wed, 21 Feb 2018 13:27:22 +0000 (08:27 -0500)
MagickCore/draw.c

index 279a3f630551db2719733530315a8afa6c0f7b79..bea28ab0c29c0822fd8b51299e17f5dbc3453f42 100644 (file)
@@ -1779,7 +1779,7 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info,
       ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed",
         image->filename);
     }
-  number_points=6613;
+  number_points=8192;
   primitive_info=(PrimitiveInfo *) AcquireQuantumMemory((size_t) number_points,
     sizeof(*primitive_info));
   if (primitive_info == (PrimitiveInfo *) NULL)