Browse Source

Fixed bug #31797 (exif_read_data() uses too low nesting limit).

PHP-5.1
Ilia Alshanetsky 22 years ago
parent
commit
8c97b9dc73
  1. 2
      ext/exif/exif.c

2
ext/exif/exif.c

@ -93,7 +93,7 @@ typedef unsigned char uchar;
#define EFREE_IF(ptr) if (ptr) efree(ptr)
#define MAX_IFD_NESTING_LEVEL 5
#define MAX_IFD_NESTING_LEVEL 25
static
ZEND_BEGIN_ARG_INFO(exif_thumbnail_force_ref, 1)

Loading…
Cancel
Save