Test: /ext/spl/tests/bug70168.phpt - Version 7.0.11-dev        

Security #70168 Use After Free Vulnerability in unserialize() with SplObjectStorage
Submitted: 2015-07-30 10:52:04 Modified: 2015-09-09 10:05:14
From: taoguangchen Assigned: stas
Status: Closed Package: *General Issues
PHP Version: 5.4.43 OS: *

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Segmentation fault (core dumped)
002+
003+ Termsig=11
001- array(2) {
002- [0]=>
003- object(SplObjectStorage)#%d (1) {
004- ["storage":"SplObjectStorage":private]=>
005- array(1) {
006- ["%s"]=>
007- array(2) {
008- ["obj"]=>
009- object(stdClass)#2 (0) {
010- }
011- ["inf"]=>
012- NULL
013- }
014- }
015- }
016- [1]=>
017- int(1)
018- }
019- ===DONE===