php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15266 segfault when CR in URL and no CR in body
Submitted: 2002-01-28 20:24 UTC Modified: 2002-03-05 00:00 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: csmall at eye-net dot com dot au Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.1.1 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: csmall at eye-net dot com dot au
New email:
PHP Version: OS:

 

 [2002-01-28 20:24 UTC] csmall at eye-net dot com dot au
I have a file, test.php, like this:
====
<? echo "hello<br>"; ?>
====

No CR, nothing else in there.
If I do:
lynx -dump 'http://localhost/test.php?a=b'
all is well, but 
lynx -dump 'http://localhost/test.php?a=b
'

will crash it,every time.

This is on a Debian GNU/Linux box, and it happens on at least two servers I have tried. An i386 running PHP 4.1.1-1 and Alpha AXP running PHP 4.1-2.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-04 02:02 UTC] yohgaki@php.net
To properly diagnose this bug, we need a backtrace to see what is
happening behind the scenes. To find out how to generate a backtrace,
please read http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open".
 [2002-03-05 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 21:01:29 2024 UTC