php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74747 stomp segmentfault when parse broker failed
Submitted: 2017-06-12 07:06 UTC Modified: -
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: ljsh_2007 at 163 dot com Assigned:
Status: Open Package: stomp (PECL)
PHP Version: Irrelevant OS:
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: ljsh_2007 at 163 dot com
New email:
PHP Version: OS:

 

 [2017-06-12 07:06 UTC] ljsh_2007 at 163 dot com
Description:
------------
/usr/lib64/httpd/modules/libphp5.so(php_url_free+0x4) [0xf9c5874]
/usr/local/php//lib/php/extensions/no-debug-non-zts-20090626/stomp.so(zif_stomp_connect+0x1bd) [0x14036f8d]

Test script:
---------------
<?php

include "config.php";
$broker = 'tcp://$ActiveHost:$ActivePort';

$stomp = stomp_connect($broker);


Patches

stomp.diff (last revision 2017-06-12 07:07 UTC by ljsh_2007 at 163 dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-09-07 21:02 UTC] wapinet at mail dot ru
important problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC