You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should this be closed? Rust's env::set_var function explicitly doesn't support this, and I agree with your assessment that it's probably always malicious.
I would strongly prefer if someone writes a testcase, and documents this divergence from GNU in docs/src/extensions.md. That someone could be you, someone else, or it could end up being me.
The empty string is apparently a valid name for an environment variable, even though I strongly expect that it is used only for malicious purposes:
This means two issues:
Found while reviewing #6167.
The text was updated successfully, but these errors were encountered: