You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org> on 2009/03/20 00:49:50 UTC

[jira] Created: (QPID-1761) BBEncoder.grow doesn't properly copy and ends up garbling the encoded data

BBEncoder.grow doesn't properly copy and ends up garbling the encoded data
--------------------------------------------------------------------------

                 Key: QPID-1761
                 URL: https://issues.apache.org/jira/browse/QPID-1761
             Project: Qpid
          Issue Type: Bug
          Components: Java Common
    Affects Versions: 0.5
            Reporter: Rafael H. Schloming
            Assignee: Rafael H. Schloming
             Fix For: 0.5


BBEncoder.grow doesn't flip the old buffer before copying it to the new buffer. The default buffer size is 4K, so this will only effect messages with more than 4K worth of headers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-1761) BBEncoder.grow doesn't properly copy and ends up garbling the encoded data

Posted by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming resolved QPID-1761.
---------------------------------------

    Resolution: Fixed

> BBEncoder.grow doesn't properly copy and ends up garbling the encoded data
> --------------------------------------------------------------------------
>
>                 Key: QPID-1761
>                 URL: https://issues.apache.org/jira/browse/QPID-1761
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Common
>    Affects Versions: 0.5
>            Reporter: Rafael H. Schloming
>            Assignee: Rafael H. Schloming
>             Fix For: 0.5
>
>
> BBEncoder.grow doesn't flip the old buffer before copying it to the new buffer. The default buffer size is 4K, so this will only effect messages with more than 4K worth of headers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org