[
https://issues.apache.org/jira/browse/THRIFT-5344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-5344.
--------------------------------
Fix Version/s: 0.14.0
Resolution: Fixed
> TTransport may throw raw pointer exceptions
> -------------------------------------------
>
> Key: THRIFT-5344
> URL: https://issues.apache.org/jira/browse/THRIFT-5344
> Project: Thrift
> Issue Type: Sub-task
> Components: C++ - Library
> Reporter: Jens Geyer
> Assignee: Mario Emmenlauer
> Priority: Major
> Fix For: 0.14.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> throw raw pointer.
> It will not be caught by try \{...} catch ( const TTransportException& ).
> {code:java}
> throw new TTransportException(TTransportException::END_OF_FILE,
> "MaxMessageSize reached");
> {code}
> see also
> [THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a
> TConfiguration class (cpp) by zeshuai007 - Pull Request #2185 -
> apache/thrift (github.com)|https://github.com/apache/thrift/pull/2185]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)