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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Sep 28 08:01:27 2024 UTC