Sophie

Sophie

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

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