php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2970 segfault relaed to xml_set_unparsed_entitiy_decl_handler
Submitted: 1999-12-13 15:53 UTC Modified: 2005-03-30 09:01 UTC
Votes:3
Avg. Score:3.3 ± 0.5
Reproduced:2 of 3 (66.7%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: paul dot c at gmx dot de Assigned: hholzgra (profile)
Status: Wont fix Package: Reproducible Crash
PHP Version: 3.0.12 OS: SUSE Linux 6.1
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: paul dot c at gmx dot de
New email:
PHP Version: OS:

 

 [1999-12-13 15:53 UTC] paul dot c at gmx dot de
this i my fist time i put my head into some open source code. so i dont relly know what to do....

it is probably just a copy and paste mistake....
the args array was too short... i fixed by changin the following line in xml.c

old line:905	pval *retval, *args[5];

new line:905	pval *retval, *args[6];

if anyone has questions of if i did put it in the wrong place ... send me a mail...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-30 09:01 UTC] sniper@php.net
We are sorry, but we can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Of course PHP 4 will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 11 11:01:27 2024 UTC