php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40553 session_register cause sig11
Submitted: 2007-02-20 09:57 UTC Modified: 2007-02-20 10:04 UTC
From: taki at alkoholista dot hu Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.4.5 OS: FreeBSD 6.2-RELEASE
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: taki at alkoholista dot hu
New email:
PHP Version: OS:

 

 [2007-02-20 09:57 UTC] taki at alkoholista dot hu
Description:
------------
I use apache 1.3.37 with php4.4.5. I have a squirrelmail webmail installed. One of my customers reported that after I upgraded my php4.4.4 to php4.4.5 he can't use the webmail. I searched the php-general list for a solution, and I found a mail from Ken Williams who found this bug already.

Reproduce code:
---------------
<?php
session_register("q");
?>


Actual result:
--------------
# gdb `which php` php.core 
GNU gdb 6.1.1 [FreeBSD]
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
[...]
#0  0x28b16f24 in php_add_session_var ()
   from /usr/local/lib/php/20020429/session.so


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-20 10:04 UTC] tony2001@php.net
Fixed in CVS.
Please search the database before creating new report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC