Make v4.0's ClockSource::waitForConditionUntil avoid conversion of Date_t::max() to system time

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.0.14
    • Affects Version/s: None
    • Component/s: Internal Code, Security
    • None
    • Fully Compatible
    • ALL
    • Security 2019-10-21
    • 41
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      When ClockSource::waitForConditionUntil is asked to wait for the foreseeable future, it may be passed a deadline of Date_t::max(). A conversion from this Date_t to a time point in the system clock, may result in an integer overflow which throws a DurationOverflow exception. 4.2 and above detect and gracefully handle the Date_t::max() deadline. 4.0 should as well.

              Assignee:
              Shreyas Kalyan
              Reporter:
              Spencer Jackson
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: