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

On windows, don't make slices from empty passwords. #171

Merged
merged 4 commits into from
May 2, 2024

Commits on May 2, 2024

  1. On windows, don't make slices from empty passwords.

    Apparently, if the password is empty, it may not be word-aligned. Starting with rust 178, this means  you can't make a slice out of it.
    brotskydotcom committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b5a7ff4 View commit details
    Browse the repository at this point in the history
  2. On windows, don't make slices from empty passwords.

    This change catches a second case where we were doing this.
    
    Fixes hwchen#170.
    brotskydotcom committed May 2, 2024
    Configuration menu
    Copy the full SHA
    24ff2ac View commit details
    Browse the repository at this point in the history
  3. Fix new clippy warning.

    Apparently rust 1.78 has some new warnings.
    brotskydotcom committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8307694 View commit details
    Browse the repository at this point in the history
  4. Bump version to 2.3.3.

    Bug fixes for rust 1.78 and latest dependencies.
    brotskydotcom committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e371b5c View commit details
    Browse the repository at this point in the history