summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize/bug74614.phpt
blob: efaaf885d226b434dd2fe3f880aad9c01667f30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--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