]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #31986 (Max nesting limit set too low).
authorIlia Alshanetsky <iliaa@php.net>
Tue, 15 Feb 2005 21:56:27 +0000 (21:56 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 15 Feb 2005 21:56:27 +0000 (21:56 +0000)
ext/exif/exif.c

index 280582db90dff746bd40ff0e7b3ac46b28681752..ae3f61b1db8a01c55b8ce0bc35c44a81887af376 100644 (file)
@@ -93,7 +93,7 @@ typedef unsigned char uchar;
 
 #define EFREE_IF(ptr)  if (ptr) efree(ptr)
 
-#define MAX_IFD_NESTING_LEVEL 25
+#define MAX_IFD_NESTING_LEVEL 100
 
 static
 ZEND_BEGIN_ARG_INFO(exif_thumbnail_force_ref, 1)