php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8875 crash - Signal 11
Submitted: 2001-01-24 03:44 UTC Modified: 2001-04-30 06:25 UTC
From: hook at akmos dot ru Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0.2 OS: FreeBSD 4.0
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: hook at akmos dot ru
New email:
PHP Version: OS:

 

 [2001-01-24 03:44 UTC] hook at akmos dot ru
Attempt to decode this string always causes a crash (sig11) in imap_mime_header_decode

=?windows-1251?B?8uXx+8g==?=

Yes, this is not a valid base64 encoded string, but it should not cause a hard crash.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-26 08:41 UTC] sniper@php.net
Does this happen with PHP 4.0.4pl1?

--Jani

 [2001-03-05 07:39 UTC] hook at akmos dot ru
Don't know. I have just the 4.0.2 installed. But you can easily test it by running

<?php
echo imap_mime_header_decode( '=?windows-1251?B?8uXx+8g==?=' );
?>
 [2001-04-30 06:25 UTC] andi@php.net
This is fixed in the latest CVS.
Thanks for the report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC