]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 26 Jan 2013 22:10:39 +0000 (22:10 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 26 Jan 2013 22:10:39 +0000 (22:10 +0000)
MagickCore/paint.c

index 00c2a35f853a30b41e70c5a245bed3d0a1756d9b..e69bf0875058679cc9461b85bf940adda05335dc 100644 (file)
@@ -110,7 +110,7 @@ MagickExport MagickBooleanType FloodfillPaintImage(Image *image,
   const ssize_t y_offset,const MagickBooleanType invert,
   ExceptionInfo *exception)
 {
-#define MaxStacksize  (1UL << 15)
+#define MaxStacksize  (1UL << 16)
 #define PushSegmentStack(up,left,right,delta) \
 { \
   if (s >= (segment_stack+MaxStacksize)) \