[jira] [Commented] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14697927#comment-14697927 ] Hudson commented on THRIFT-3294: SUCCESS: Integrated in Thrift #1642 (See

[jira] [Assigned] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-14 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy reassigned THRIFT-3294: --- Assignee: Randy Abernethy TZlibTransport for Java does not write data correctly

[jira] [Resolved] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-14 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy resolved THRIFT-3294. - Resolution: Fixed Fix Version/s: 0.9.3 committed, thanks for the patch!

[jira] [Created] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-14 Thread Paul Magrath (JIRA)
Paul Magrath created THRIFT-3294: Summary: TZlibTransport for Java does not write data correctly Key: THRIFT-3294 URL: https://issues.apache.org/jira/browse/THRIFT-3294 Project: Thrift Issue

[jira] [Commented] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14697278#comment-14697278 ] ASF GitHub Bot commented on THRIFT-3294: GitHub user Magrath opened a pull

[GitHub] thrift pull request: THRIFT-3294 Fix buffer overrun in Java implem...

2015-08-14 Thread Magrath
GitHub user Magrath opened a pull request: https://github.com/apache/thrift/pull/585 THRIFT-3294 Fix buffer overrun in Java implementation of Zlib transport The TZlibTransport did not check the write buffer length when flushing. Instead, it assumed that the entire write buffer byte

[jira] [Updated] (THRIFT-3294) TZlibTransport for Java does not write data correctly

2015-08-14 Thread Paul Magrath (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Magrath updated THRIFT-3294: - Description: An error similar to the following exception is encountered in the client after