Nobuaki Sukegawa created THRIFT-3379: ----------------------------------------
Summary: 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
Reporter: Nobuaki Sukegawa
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)
