You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (Jira)" <ji...@apache.org> on 2022/04/01 20:39:00 UTC

[jira] [Created] (PROTON-2525) Received link handles greater or equal to 2^31 cause proton-c to misbehave

Andrew Stitcher created PROTON-2525:
---------------------------------------

             Summary: Received link handles greater or equal to 2^31 cause proton-c to misbehave
                 Key: PROTON-2525
                 URL: https://issues.apache.org/jira/browse/PROTON-2525
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
            Reporter: Andrew Stitcher


Proton-c reserves link handles with the high bit set for its own purposes. But if the peer AMQP implementation sends a handle with the high bit set the attach is not rejected in any way, but we just misbehave!

We can tell the peer that we won't accept handles larger than 0x7ffffff in the begin frame, so that if we receive a handle larger than this we can reject it with an error.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org