projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59e8612
)
MFH: Fixed bug #31986 (Max nesting limit set too low).
author
Ilia Alshanetsky
<iliaa@php.net>
Tue, 15 Feb 2005 21:56:39 +0000
(21:56 +0000)
committer
Ilia Alshanetsky
<iliaa@php.net>
Tue, 15 Feb 2005 21:56:39 +0000
(21:56 +0000)
ext/exif/exif.c
patch
|
blob
|
history
diff --git
a/ext/exif/exif.c
b/ext/exif/exif.c
index 5ace797b67d5455e62409f162240293f1033bea4..da5154f799c4363c599f9abdd73b96bb32f4ec8a 100644
(file)
--- a/
ext/exif/exif.c
+++ b/
ext/exif/exif.c
@@
-85,7
+85,7
@@
typedef unsigned char uchar;
#define EFREE_IF(ptr) if (ptr) efree(ptr)
-#define MAX_IFD_NESTING_LEVEL
25
+#define MAX_IFD_NESTING_LEVEL
100
static unsigned char exif_thumbnail_force_ref[] = {2, BYREF_NONE, BYREF_FORCE_REST};