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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 11:01:30 2025 UTC