You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by ChristianCiach <gi...@git.apache.org> on 2017/10/24 07:29:33 UTC

[GitHub] thrift pull request #1398: THRIFT-4362 check "read length" in readStringBody...

GitHub user ChristianCiach opened a pull request:

    https://github.com/apache/thrift/pull/1398

    THRIFT-4362 check "read length" in readStringBody(int)

    This fixes THRIFT-4362.
    
    If possible, please port this fix to previous versions. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ChristianCiach/thrift THRIFT-4362

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1398.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1398
    
----
commit 37dfb6cfda585aec82226f62814eb00ed609c3fe
Author: christianc <ch...@energymeteo.de>
Date:   2017-10-24T07:25:20Z

    THRIFT-4362 check "read length" in readStringBody(int)

----


---

[GitHub] thrift issue #1398: THRIFT-4362 check "read length" in readStringBody(int)

Posted by jeking3 <gi...@git.apache.org>.
Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1398
  
    We only have resources on this project to handle one release stream (and even then it's a challenge), so we're starting the process of making 0.11.0 with all the changes since 0.10.0 right now.


---

[GitHub] thrift issue #1398: THRIFT-4362 check "read length" in readStringBody(int)

Posted by ChristianCiach <gi...@git.apache.org>.
Github user ChristianCiach commented on the issue:

    https://github.com/apache/thrift/pull/1398
  
    So there won't be a version 0.9.4 or 0.10.1?


---

[GitHub] thrift issue #1398: THRIFT-4362 check "read length" in readStringBody(int)

Posted by jeking3 <gi...@git.apache.org>.
Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1398
  
    We don't re-release previous versions.  You will need to apply the patch to your own copy of a previous version.


---

[GitHub] thrift pull request #1398: THRIFT-4362 check "read length" in readStringBody...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/thrift/pull/1398


---