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.