-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Strange leak on env::var #41027
Labels
Comments
What does this have to do with |
line 5 is the call to |
Do you have a test code to reproduce it? |
test.rs:
Output:
Same outcome for |
Pattern-matching on |
Mark-Simulacrum
added
the
A-sanitizers
Area: Sanitizers for correctness and code quality
label
Jun 20, 2017
The problem is still here:
|
Duplicate of #39610 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
RUSTFLAGS="-Z sanitizer=memory" cargo run
All this on linux, using the latest nightly.
The text was updated successfully, but these errors were encountered: