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

libgit2: handle EOF in parseKnownHosts() #475

Merged
merged 1 commit into from
Oct 28, 2021

Commits on Oct 28, 2021

  1. libgit2: handle EOF in parseKnownHosts()

    parseKnownHosts() uses golang.org/x/crypto/ssh's ParseKnownHosts() for
    parsing known hosts. It returns EOF error when the input is not a host
    public key, but a valid known_hosts content, like a comment line.
    
    With this fix, lines causing EOF error are skipped and the parsing of
    the known_hosts file continues. But invalid lines still cause parsing
    failure.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    10d2620 View commit details
    Browse the repository at this point in the history