Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-43771

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

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

      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@mongodb.com Shreyas Kalyan
            Reporter:
            spencer.jackson@mongodb.com Spencer Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: