mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
d33194d2aa
The message comes from the C runtime, so it is not reliable to check the exact wording.
13 lines
351 B
PHP
13 lines
351 B
PHP
--TEST--
|
|
Bug #74614: Use-after-free in PHP7's unserialize()
|
|
--FILE--
|
|
<?php
|
|
|
|
unserialize('a:3020000000000000000000000000000001:{i:0;a:0:{}i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;i:7;i:7;i:8;i:8;R:2;}');
|
|
|
|
?>
|
|
--EXPECTF--
|
|
Warning: unserialize(): %s in %sbug74614.php on line %d
|
|
|
|
Notice: unserialize(): Error at offset %d of 113 bytes in %s on line %d
|