1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00

Fixed bug #39640 (Segfault with "Allowed memory size exhausted")

This commit is contained in:
Dmitry Stogov
2006-12-01 13:54:49 +00:00
parent d935b44364
commit 106c808d41

View File

@@ -438,7 +438,7 @@ static long _mem_block_end_magic = MEM_BLOCK_END_MAGIC;
#else
# define ZEND_MM_VALID_PTR(ptr) 1
# define ZEND_MM_VALID_PTR(ptr) (ptr != NULL)
# define ZEND_MM_SET_MAGIC(block, val)