php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68723 memory leaks in mysql
Submitted: 2015-01-02 09:26 UTC Modified: 2015-01-18 04:22 UTC
From: honey at internot dot info Assigned:
Status: No Feedback Package: MySQL related
PHP Version: master-Git-2015-01-02 (Git) OS: Linux Ubuntu 14.04
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2015-01-02 09:26 UTC] honey at internot dot info
Description:
------------
hi,

In /ext/pdo_mysql/mysql_driver.c:

794        PDO_DBG_RETURN(ret);

'H' leaks.


Thanks,


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-01-08 08:15 UTC] laruence@php.net
I am not sure how it leaks:

595     dbh->driver_data = H;
 [2015-01-08 08:43 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2015-01-18 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC