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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lstrojny@php.net
New email:
PHP Version: OS:

 

 [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: Sun Jun 16 05:01:29 2024 UTC