php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22139 htmlspecialchars() fails if argument is NULL
Submitted: 2003-02-09 11:28 UTC Modified: 2003-02-20 08:13 UTC
From: ivars at elva dot lv Assigned:
Status: Not a bug Package: Strings related
PHP Version: 4.2.3 OS: Linux Slackware 7.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 + 21 = ?
Subscribe to this entry?

 
 [2003-02-09 11:28 UTC] ivars at elva dot lv
The following piece of code takes up a reasonable amount of CPU resources and fails to finish, something like an infinite loop. 

$a=NULL;
$a = htmlspecialchars($a);

The script terminates after reaching the maximum execution time.
Not sure if the problem exists with newer versions of PHP.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-20 08:13 UTC] sniper@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.

Latest version is 4.3.1...

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC