Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2525

Received link handles greater or equal to 2^31 cause proton-c to misbehave

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • proton-c-0.38.0
    • proton-c

    Description

      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.

      Attachments

        Activity

          People

            astitcher Andrew Stitcher
            astitcher Andrew Stitcher
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: