php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67299 unitinialized variable
Submitted: 2014-05-18 07:16 UTC Modified: 2017-04-24 10:38 UTC
From: pajoye@php.net Assigned:
Status: Not a bug Package: MySQL related
PHP Version: master-Git-2014-05-18 (Git) OS:
Private report: No CVE-ID: None
 [2014-05-18 07:16 UTC] pajoye@php.net
Description:
------------
http://lxr.php.net/xref/PHP_5_6/ext/mysqlnd/mysqlnd_bt.c#128

dupl is used only locally in the IS_OBJECT clause. It is also not initialized, meaning that the efree may be called randomly. I am not sure what was the goal here, why I do not provide a patch yet :)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-04-24 10:38 UTC] fjanisze@php.net
-Status: Open +Status: Not a bug
 [2017-04-24 10:38 UTC] fjanisze@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC