You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Pavel Rebriy (JIRA)" <ji...@apache.org> on 2008/07/25 08:39:32 UTC

[jira] Commented: (THRIFT-95) TBufferedTransport class initializtion error

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

Pavel Rebriy commented on THRIFT-95:
------------------------------------

I'm working with gcc version 3.4.6 on FreeBSD release 6.3.


> TBufferedTransport class initializtion error
> --------------------------------------------
>
>                 Key: THRIFT-95
>                 URL: https://issues.apache.org/jira/browse/THRIFT-95
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C++)
>            Reporter: Pavel Rebriy
>         Attachments: THRIFT-95.patch
>
>
> Incorrect initialization of TBufferedTransport class in constructor:
> TBufferedTransport(boost::shared_ptr<TTransport> transport, uint32_t rsz, uint32_t wsz)
> Class member wBufSize_ is initializing by rsz parameter.
> Bug was found with -Wall option :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.