You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2015/03/05 18:18:39 UTC

[jira] [Assigned] (PROTON-833) transport can emit frames with an invalid channel number after local session close

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

Robbie Gemmell reassigned PROTON-833:
-------------------------------------

    Assignee: Robbie Gemmell

> transport can emit frames with an invalid channel number after local session close
> ----------------------------------------------------------------------------------
>
>                 Key: PROTON-833
>                 URL: https://issues.apache.org/jira/browse/PROTON-833
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-j
>    Affects Versions: 0.8
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>
> The transport can emit frames with an invalid channel number after a local session close is performed.
> A side effect of calling close on the session is that the channel number is unmapped when the end frame is sent, and the associated field set to the value -1. The transport can subsequently send frames which then use this -1 value, treating it as channel 65535 when sent to represent the unsigned channel number. For example, if a local link close(+detach?) call is performed in response to a remote detach after a local session close is performed, a detach frame can be emitted with channel 65535. Similarly, I have noticed disposition frames being sent with channel 65535.
> Proton-C appears to protect against thse situations by inspecting whether the channel number has been set as >= 0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)