[
https://issues.apache.org/jira/browse/THRIFT-5294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuxuan Wang resolved THRIFT-5294.
---------------------------------
Fix Version/s: 0.14.0
Resolution: Fixed
> Go: TSimpleJSONProtocol could panic on WriteMessageEnd without matching
> WriteMessageBegin
> -----------------------------------------------------------------------------------------
>
> Key: THRIFT-5294
> URL: https://issues.apache.org/jira/browse/THRIFT-5294
> Project: Thrift
> Issue Type: Task
> Components: Go - Library
> Affects Versions: 0.13.0
> Reporter: Yuxuan Wang
> Assignee: Yuxuan Wang
> Priority: Major
> Fix For: 0.14.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I noticed the issue while writing the example loggingMiddleware code in
> https://github.com/apache/thrift/pull/1992#issuecomment-705903922. The root
> cause is that we have two context stacks when implementing
> TSimpleJSONProtocol in go library, but we never check the slice length before
> the popping/peeking operations, and in certain circumstances (e.g. calling
> WriteMessageEnd without matching WriteMessageBegin) it would panic with using
> -1 as the slice index.
> It should return an TProtocolException instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)