php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3470 segfault in strip_tags or array_flip(get_html_translation_table(HTML_ENTITIES))
Submitted: 2000-02-12 19:17 UTC Modified: 2000-02-13 16:02 UTC
From: wico at cnh dot nl Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Beta 3 OS: linux
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: wico at cnh dot nl
New email:
PHP Version: OS:

 

 [2000-02-12 19:17 UTC] wico at cnh dot nl
Hiya me again :)

Somethimes at this portion of the code there's a segfault:

$data = raw data from html pages
$c = strip_tags($data);
echo "GRRR STRIP_TAGS";echo "<BR>\n"; flush();
*/ crash will be here */
$d = array_flip(get_html_translation_table(HTML_ENTITIES));

greetz, wico

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-13 16:02 UTC] thies at cvs dot php dot net
should be fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 21 05:01:29 2024 UTC