You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Rafael H. Schloming (JIRA)" <ji...@apache.org> on 2013/08/21 17:16:52 UTC

[jira] [Resolved] (PROTON-336) pn_messenger_put does not clear PN_OVERFLOW error after expanding its buffer

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

Rafael H. Schloming resolved PROTON-336.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5
         Assignee: Rafael H. Schloming
    
> pn_messenger_put does not clear PN_OVERFLOW error after expanding its buffer
> ----------------------------------------------------------------------------
>
>                 Key: PROTON-336
>                 URL: https://issues.apache.org/jira/browse/PROTON-336
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.3
>            Reporter: Rob Percival
>            Assignee: Rafael H. Schloming
>             Fix For: 0.5
>
>
> In pn_messenger_put, the buffer is initialised to an array of 1024 bytes. It then tries to encode the message and if it won't fit, a PN_OVERFLOW error occurs (against the message). The buffer is then doubled in size and it retries encoding. However, the PN_OVERFLOW error is not cleared. This means that after pn_messenger_put returns successfully, calling pn_message_errno will report that a PN_OVERFLOW error occurred. The error message, unhelpfully, is "data error: (null)".

--
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