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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user