You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/25 16:19:04 UTC

[jira] [Commented] (THRIFT-4212) c_glib flush tries to close SSL even if socket is invalid

    [ https://issues.apache.org/jira/browse/THRIFT-4212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16024950#comment-16024950 ] 

ASF GitHub Bot commented on THRIFT-4212:
----------------------------------------

GitHub user gadLinux opened a pull request:

    https://github.com/apache/thrift/pull/1279

    THRIFT-4212: Fix flush on ssl socket thrift

    Fixes the bug in flush on ssl thrift communications transport

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gadLinux/thrift THRIFT-4212

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1279.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1279
    
----
commit 94968a7db10d4b95bec62d33bed66868eebfbc38
Author: Gonzalo Aguilar Delgado <ga...@level2crm.com>
Date:   2017-05-23T15:22:44Z

    THRIFT-4205: Make sure gobject+glib are correctly linked

commit fb518bebec7666953fc69a540db9a56973b9bab5
Author: Gonzalo Aguilar Delgado <ga...@level2crm.com>
Date:   2017-05-23T15:24:54Z

    Fix lib for glib

commit a813c237fad8997ef96806259b999c5431759caa
Author: Gonzalo Aguilar Delgado <ga...@level2crm.com>
Date:   2017-05-25T15:11:38Z

    Fix logging in thrift library in #THRIFT-4211

commit 9250da1fe208927a09539d335ecf01d07e63d082
Author: Gonzalo Aguilar Delgado <ga...@level2crm.com>
Date:   2017-05-25T15:17:37Z

    Merge branch 'THRIFT-4211' into RELEASE-1.0.0

commit 84d328d93cab5e51587d892c3ecf641130531c3b
Author: Gonzalo Aguilar Delgado <ga...@level2crm.com>
Date:   2017-05-25T16:15:30Z

    Fix flush on invalid socket

----


> c_glib flush tries to close SSL even if socket is invalid
> ---------------------------------------------------------
>
>                 Key: THRIFT-4212
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4212
>             Project: Thrift
>          Issue Type: Bug
>          Components: C glib - Library
>    Affects Versions: 1.0
>            Reporter: Gonzalo Aguilar
>            Assignee: Gonzalo Aguilar
>             Fix For: 1.0
>
>
> It seems that SSL is trying to get info from socket even when socket is already invalid, making the app to crash.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)