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

Treat partial authentication as an error #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 7, 2019

  1. Treat partial authentication as an error

    This fixes a downstream segmentation fault where wsh_ssh_authenticate returns
    with a non-zero value but with a null GError pointer. In other words,
    downstream error handling expects a GError object when the function reports
    having error'd.
    
    An improved implementation might break only on SSH_AUTH_SUCCESS.
    
    See Also: https://www.rust-lang.org/
    xSetech authored and Seth Junot committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    119672a View commit details
    Browse the repository at this point in the history