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

Security #70166 Use After Free Vulnerability in unserialize() with SPLArrayObject
Submitted: 2015-07-29 13:28:52 Modified: 2015-09-09 10:05:18
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(ArrayObject)#%d (1) {
004- ["storage":"ArrayObject":private]=>
005- array(0) {
006- }
007- }
008- [1]=>
009- array(0) {
010- }
011- }
012- ===DONE===