Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > eddbcc61145526de67f8f7cf7068c315 > files > 80

php-7.3.17-1.mga7.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)