Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3222

Potentially TTL Overflow

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.11
    • C++ Broker

    Description

      When a message TTL is set by the client to Duration::FOREVER, the message is not reachable anymore.

      Every addition and multiplication to the TTL/Expiration Time should check to avoid uint64_t overflow.
      For example: broker/Message.cpp: Message::setTimestamp() overflows the uint64_t.

      Attachments

        Activity

          People

            gsim Gordon Sim
            jeromeajot Jerome Ajot
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: