php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64108 Segmentation fault in imagick GetPathComponent()
Submitted: 2013-01-30 20:51 UTC Modified: 2013-10-15 11:54 UTC
From: lstrojny@php.net Assigned:
Status: No Feedback Package: imagick (PECL)
PHP Version: 5.4.11 OS: Debian Squeeze
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
3 + 47 = ?
Subscribe to this entry?

 
 [2013-01-30 20:51 UTC] lstrojny@php.net
Description:
------------
Running imagick 3.1RC2 under PHP 5.4.11 with apc 3.1.13 results in the following 
segfault.

#0  0x00007f282a7478f5 in GetPathComponent (path=0x5c2a248 "", type=ExtensionPath, 
component=0x7fff2acb28c0 "") at magick/utility.c:1256
1256	magick/utility.c: No such file or directory.
	in magick/utility.c
(gdb) bt full
#0  0x00007f282a7478f5 in GetPathComponent (path=0x5c2a248 "", type=ExtensionPath, 
component=0x7fff2acb28c0 "") at magick/utility.c:1256
        magick = Cannot access memory at address 0x7fff2acab880


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-09-25 07:42 UTC] mkoppanen@php.net
Got a test case?
 [2013-09-25 07:42 UTC] mkoppanen@php.net
Got a test case?
 [2013-09-25 07:43 UTC] mkoppanen@php.net
-Status: Open +Status: Feedback
 [2013-09-25 15:35 UTC] lstrojny@php.net
Unfortunately not.
 [2013-10-15 11:54 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC