You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/02/10 13:11:00 UTC

[jira] [Closed] (THRIFT-4624) Refc binary leak in binary and compact protocols

     [ https://issues.apache.org/jira/browse/THRIFT-4624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III closed THRIFT-4624.
-------------------------------------
    Resolution: Invalid
      Assignee: James E. King III

See pull request discussion.. closing.

> Refc binary leak in binary and compact protocols
> ------------------------------------------------
>
>                 Key: THRIFT-4624
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4624
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Erlang - Library
>            Reporter: something
>            Assignee: James E. King III
>            Priority: Major
>
> Pattern-matching on large (>64B) Erlang binaries merely produces slices of objects on the Refc heap. Therefore Thrift binary and compact protocols should clone all binaries they send to upper levels, otherwise there's a chance that transport-level messages will be never freed.
> Patch is underway.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)