You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Ben Craig (JIRA)" <ji...@apache.org> on 2012/12/04 17:01:58 UTC

[jira] [Commented] (THRIFT-1481) Unix domain sockets in C++ do not support the abstract namespace

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

Ben Craig commented on THRIFT-1481:
-----------------------------------

I should be able to provide a .patch for this once THRIFT-1753 is resolved.  I haven't quite figured out a good workflow for managing incremental patches, and with the impending switch to Git, I'm hesitant to figure out an SVN based approach now.
                
> Unix domain sockets in C++ do not support the abstract namespace 
> -----------------------------------------------------------------
>
>                 Key: THRIFT-1481
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1481
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.8
>            Reporter: Asad Saeed
>            Priority: Minor
>
> Linux provides the ability to create a Unix Domain socket in an abstract namespace independent of the filesystem. A abstract namespace is specified by having the sockaddr_un.sun_path start with a NULL character.
> TServerSocket and TSocket both utilize snprintf when writing to the sockaddr_un structure, which stops at the first NULL character. Abstract namespace support can be added by using memcopy instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira