Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't depend on getenv being reentrant in ssh.c.
This is likely a standards bug and getenv should be re-entrant (it should, after all, also be threadsafe if no one is writing to the environment), but it didn't cost much to work around it.
- Loading branch information