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

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