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

 ID:                 61097
 Patch added by:     ni...@php.net
 Reported by:        ni...@php.net
 Summary:            Memory leak in xmlrpc functions copying zvals
 Status:             Open
 Type:               Bug
 Package:            XMLRPC-EPI related
 PHP Version:        5.4.0RC7
 Block user comment: N
 Private report:     N

 New Comment:

The following patch has been added/updated:

Patch Name: xmlrpc.patch
Revision:   1329330001
URL:        
https://bugs.php.net/patch-display.php?bug=61097&patch=xmlrpc.patch&revision=1329330001


Previous Comments:
------------------------------------------------------------------------
[2012-02-15 18:11:16] ni...@php.net

Description:
------------
This will produce a leak in both functions:

$method = 'abc';
xmlrpc_server_register_introspection_callback(xmlrpc_server_create(), $method);
xmlrpc_server_register_method(xmlrpc_server_create(), 'abc', $method);



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



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

Reply via email to