mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 14:52:47 +00:00
11 lines
390 B
Diff
11 lines
390 B
Diff
--- php-7.2.0/ext/exif/exif.c.exif_nesting_level.droplet 2017-11-29 12:55:33.396697427 +0100
|
|
+++ php-7.2.0/ext/exif/exif.c 2017-11-29 12:55:51.777730539 +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)
|