Test: /ext/soap/tests/bugs/bug66112.phpt - Version 7.0.22-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
1 (100%)
002+ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding: object has no 'A' property in %s/bug66112.php:6
003+ Stack trace:
002- <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>
003- OK
004+ #0 %s/bug66112.php(6): SoapClient-&gt;__call('Mist', Array)
005+ #1 [internal function]: Mist(Object(stdClass))
006+ #2 %s/bug66112.php(23): SoapServer-&gt;handle('&lt;?xml version="...')
007+ #3 {main}
008+ thrown</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>