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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 27 19:00:03 2025 UTC