Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly detect overflow in Instance ± Duration. #44220

Commits on Sep 7, 2017

  1. Properly detect overflow in Instance +/- Duration.

    Avoid unchecked cast from `u64` to `i64`. Use `try_into()` for checked
    cast. (On Unix, cast to `time_t` instead of `i64`.)
    kennytm committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    8410ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7560265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83d14bd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Configuration menu
    Copy the full SHA
    4962f9d View commit details
    Browse the repository at this point in the history