Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-backports-src > by-pkgid > 27ff44fa2d8fd03638c75d8decc84e27 > files > 79

php-7.2.13-2.mga6.src.rpm

diff -Naurp php-7.0.2RC1/ext/exif/exif.c php-7.0.2RC1.oden/ext/exif/exif.c
--- php-7.0.2RC1/ext/exif/exif.c	2015-12-22 16:19:30.000000000 +0100
+++ php-7.0.2RC1.oden/ext/exif/exif.c	2015-12-26 07:45:06.900022377 +0100
@@ -89,7 +89,7 @@ typedef unsigned char uchar;
 
 #define EFREE_IF(ptr)	if (ptr) efree(ptr)
 
-#define MAX_IFD_NESTING_LEVEL 150
+#define MAX_IFD_NESTING_LEVEL 250
 
 /* {{{ arginfo */
 ZEND_BEGIN_ARG_INFO(arginfo_exif_tagname, 0)