cpp: Fix memory corruption bug in TBufferedTransport::borrowSlow()
authorDavid Reiss <dreiss@apache.org>
Tue, 9 Mar 2010 05:20:12 +0000 (05:20 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 9 Mar 2010 05:20:12 +0000 (05:20 +0000)
commit71a1530c74340e95a95a1b0b6c5699fbc082a9d9
treefee7473fac0d403a4b8074b5991b2aa5f37c5ccc
parenteee98bede4e9934a0cdd32fcffcd0cc659b4d09a
cpp: Fix memory corruption bug in TBufferedTransport::borrowSlow()

On one code path, the code would read data past the end of its buffer.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@920684 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/transport/TBufferTransports.cpp