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

Pull Requests

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: Mon Nov 25 12:01:31 2024 UTC