Found on while running on IRIX 6.5.22f, sshd from openssh-3.8p1 nukes its envrionment in main(), causing sshd to loose track of the TZ environment variable passed to it by the system. This means that inside do_setup_env(), the call to getenv("TZ") will never succeed, despite the fact that this variable should have a value.
Darren Tucker
2004-Apr-10 00:27 UTC
openssh-3.8p1 fails to set TZ environment variable bug
Craig Ruff wrote:> Found on while running on IRIX 6.5.22f, sshd from openssh-3.8p1 nukes > its envrionment in main(), causing sshd to loose track of the TZ > environment variable passed to it by the system. This means that inside > do_setup_env(), the call to getenv("TZ") will never succeed, despite the > fact that this variable should have a value.Fixed in current, see: http://bugzilla.mindrot.org/show_bug.cgi?id=810 -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.