Test: /ext/soap/tests/bugs/bug66112.phpt - Version 5.5.8-dev        

Bug #66112 Use after free condition in SOAP extension (segfault)
Submitted: 2013-11-18 12:52:46 Modified: 2013-11-24 10:13:08
From: martin.koegler Assigned: dmitry
Status: Closed Package: SOAP related
PHP Version: 5.5.6 OS: Any

There is 1 diff reported by users for this test.

Count Diff
15 (100%)
002+ <?xml version="1.0" encoding="UTF-8"?>
003+ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="uri:mist"><SOAP-ENV:Body><ns1:Response><A>ABC</A><B>sss</B></ns1:Response></SOAP-ENV:Body></SOAP-ENV:Envelope>
004+ BUG