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

Don't use env::current_exe with libbacktrace #33554

Merged
merged 1 commit into from
May 14, 2016

Commits on May 12, 2016

  1. Don't use env::current_exe with libbacktrace

    If the path we give to libbacktrace doesn't actually correspond to the
    current process, libbacktrace will segfault *at best*.
    
    cc rust-lang#21889
    sfackler committed May 12, 2016
    Configuration menu
    Copy the full SHA
    9393e52 View commit details
    Browse the repository at this point in the history