php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #577 ORACLE bound variables and reusing the same cursor...
Submitted: 1998-07-24 07:08 UTC Modified: 1999-08-17 07:31 UTC
From: thies at digicol dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Latest CVS OS: solaris
Private report: No CVE-ID: None
 [1998-07-24 07:08 UTC] thies at digicol dot de
some meory gets freed more than one...

tracked it down to:

line 182: functions/oracle.c


static void yystype_ora_param_destructor(oraParam *param)
{
/*
    if(param && param->progv){
        efree(param->progv);
    }
*/
}

as long as this is commented out, i see no core-dumps whatsoever (with oracle)..

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-17 07:31 UTC] thies at cvs dot php dot net
...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 07:01:33 2025 UTC