php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47968 id3_get_tag memory problem
Submitted: 2009-04-14 17:27 UTC Modified: 2009-04-14 17:49 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: lax4mike at gmail dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.2.9 OS: Windows
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: lax4mike at gmail dot com
New email:
PHP Version: OS:

 

 [2009-04-14 17:27 UTC] lax4mike at gmail dot com
Description:
------------
There seems to be a problem with id3_get_tag with mp3's that contain 
album art images. I seem to get the following error only on those 
mp3's:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried 
to allocate 1852404086 bytes)





Reproduce code:
---------------
$tag = id3_get_tag("mp3-with-album-art-image.mp3");


Actual result:
--------------
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried 
to allocate 1852404086 bytes)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-14 17:49 UTC] pajoye@php.net
Not a bug, (increase your memory limit). Also this extension is in pecl, please report further issues in pecl.php.net.
 [2011-08-17 06:59 UTC] wenhaoz at qq dot com
It has no business to do with memory.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 04:01:31 2024 UTC