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

std: Don't cache stdio handles on Windows #40516

Merged
merged 1 commit into from
Mar 29, 2017

Commits on Mar 23, 2017

  1. std: Don't cache stdio handles on Windows

    This alters the stdio code on Windows to always call `GetStdHandle` whenever the
    stdio read/write functions are called as this allows us to track changes to the
    value over time (such as if a process calls `SetStdHandle` while it's running).
    
    Closes rust-lang#40490
    alexcrichton committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    5ca8a73 View commit details
    Browse the repository at this point in the history