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

Avoid potential runtime panic in connection initialization #666

Merged
merged 1 commit into from
Oct 19, 2017
Merged

Avoid potential runtime panic in connection initialization #666

merged 1 commit into from
Oct 19, 2017

Commits on Oct 18, 2017

  1. Avoid user.Current if possible to avoid glibc bug

    Attempt to use `$HOME` to find the user's home directory to avoid calling
    `user.Current`, which can runtime panic due to a known glib bug. This emulates
    the fix in https://go-review.googlesource.com/c/oauth2/+/34175, to work around
    http://golang.org/issue/13470
    Rami Chowdhury committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    8081c7d View commit details
    Browse the repository at this point in the history