Marshall Roch created THRIFT-1701:
-------------------------------------

             Summary: node.js TBufferedTransport buffer corruption
                 Key: THRIFT-1701
                 URL: https://issues.apache.org/jira/browse/THRIFT-1701
             Project: Thrift
          Issue Type: Bug
          Components: Node.js - Library
            Reporter: Marshall Roch


Node's Buffer.copy's 3rd and 4th arguments are the start and end indexes to 
copy. There are two callers in the nodejs implementation of TBufferedTransport 
that pass a length instead of an end index as the 4th argument.

http://nodejs.org/api/buffer.html#buffer_buf_copy_targetbuffer_targetstart_sourcestart_sourceend

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to