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

Fix Windows crash by bumping wincred #91

Merged
merged 1 commit into from
May 17, 2023
Merged

Commits on May 17, 2023

  1. Fix Windows crash by bumping wincred

    For some Go applications, reading a stored credential from wincred could
    result in a crash because both the returned credential pointer and the
    error value would be nil, even though the credential technically exists
    in wincred storage. This was fixed upstream in the wincred library.
    
    Signed-off-by: Mislav Marohnić <git@mislav.net>
    mislav authored and mikkeloscar committed May 17, 2023
    Configuration menu
    Copy the full SHA
    93ba584 View commit details
    Browse the repository at this point in the history