Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
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.