[
https://issues.apache.org/jira/browse/THRIFT-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955956#comment-14955956
]
Hudson commented on THRIFT-3379:
--------------------------------
SUCCESS: Integrated in Thrift #1687 (See
[https://builds.apache.org/job/Thrift/1687/])
THRIFT-3379 Potential out of range panic in Go JSON protocols Client: Go
(jensg: rev 9b9366145cd832c2219ffe884b01f9a7c9980b36)
* lib/go/thrift/simple_json_protocol.go
* lib/go/thrift/json_protocol.go
> Potential out of range panic in Go JSON protocols
> --------------------------------------------------
>
> Key: THRIFT-3379
> URL: https://issues.apache.org/jira/browse/THRIFT-3379
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library
> Affects Versions: 0.9.2, 0.9.3
> Reporter: Nobuaki Sukegawa
> Assignee: Nobuaki Sukegawa
> Fix For: 1.0
>
>
> Slice length check is incorrect and in rare occasions it can cause run-time
> panic.
> {code}
> } else if len(f) >= 0 && f[0] == JSON_NULL[0] {
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)