1--TEST-- 2Bug #73825 Heap out of bounds read on unserialize in finish_nested_data() 3--FILE-- 4<?php 5$obj = unserialize('O:8:"00000000":'); 6var_dump($obj); 7?> 8--EXPECTF-- 9Warning: Bad unserialize data in %sbug73825.php on line %d 10 11Notice: unserialize(): Error at offset 13 of 15 bytes in %sbug73825.php on line %d 12bool(false) 13