mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
bbfe298fb6
1 changed files with 1 additions and 10 deletions
|
@ -1,17 +1,8 @@
|
|||
--TEST--
|
||||
Bug #70253 (segfault at _efree () in zend_alloc.c:1389)
|
||||
--INI--
|
||||
memory_limit=2M
|
||||
--SKIPIF--
|
||||
<?php
|
||||
$zend_mm_enabled = getenv("USE_ZEND_ALLOC");
|
||||
if ($zend_mm_enabled === "0") {
|
||||
die("skip Zend MM disabled");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
unserialize('a:2:{i:0;O:9:"000000000":10000000');
|
||||
?>
|
||||
--EXPECTF--
|
||||
Fatal error: Allowed memory size of 2097152 bytes exhausted%s(tried to allocate %d bytes) in %s on line %d
|
||||
Notice: unserialize(): Error at offset 33 of 33 bytes in %s on line %d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue