Edit report at https://bugs.php.net/bug.php?id=54400&edit=1

 ID:                 54400
 Updated by:         fel...@php.net
 Reported by:        fel...@php.net
 Summary:            AppendIterator call stack overflow
 Status:             Open
-Type:               Security
+Type:               Bug
-Package:            SPL related
+Package:            Reproducible crash
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     Y



Previous Comments:
------------------------------------------------------------------------
[2011-03-27 15:27:11] fel...@php.net

Description:
------------
See below.

Test script:
---------------
<?php

$x = new AppendIterator;
$x->append($x);

Expected result:
----------------
No crash

Actual result:
--------------
SIGSEGV


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=54400&edit=1

Reply via email to