php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2871 attached script will show a leak & write into free memory.
Submitted: 1999-11-30 15:28 UTC Modified: 1999-11-30 21:37 UTC
From: thies at digicol dot de Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (30/11/1999) OS: all
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: thies at digicol dot de
New email:
PHP Version: OS:

 

 [1999-11-30 15:28 UTC] thies at digicol dot de
<?
$odate = "hasjhaskjahk";
if (($odate[0] == "~") && ($odate[strlen($odate) - 1] == "~"))
 {
 }
?> 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-30 21:37 UTC] andi at cvs dot php dot net
Fixed in the latest CVS.
Thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC