Date: Mon Aug 23 08:31:05 CEST 2004
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed segfault when requesting a property with it's long name.
Modified files:
xdebug/xdebug_handler_dbgp.c (version: 1.56)
[FILE: /xdebug/xdebug_handler_dbgp.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- xdebug/xdebug_handler_dbgp.c:1.55 Mon Aug 02 20:04:34 2004 GMT
+++ xdebug/xdebug_handler_dbgp.c Mon Aug 23 04:31:05 2004 GMT
@@ -1239,7 +1239,7 @@
RETURN_RESULT(XG(status), XG(reason), XDEBUG_ERROR_PROPERTY_NON_EXISTANT);
} else {
/* XXX cheesy and lame, gets more than we want */
- xdebug_var_export_xml_node(&var_data, name, *retval, 0 TSRMLS_CC);
+ xdebug_var_export_xml_node(&ret_zval, name, *retval, 0 TSRMLS_CC);
zval_dtor(&ret_zval);
}
}
@@ -1589,7 +1589,7 @@
char *xdebug_dbgp_get_revision(void)
{
- return "$Revision: 1.55 $";
+ return "$Revision: 1.56 $";
}
int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Mon Aug 23 2004 - 08:31:14 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST