]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Patch from Colin Watson: we were sometimes passing stack storage to putenv(),
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 15 Jul 2005 11:47:28 +0000 (11:47 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 15 Jul 2005 11:47:28 +0000 (11:47 +0000)
commit36ff0a38f4e8b27013aba9170568ec7fb8e05efc
treec38194ae5241431ff73a1505442c3decb0340b18
parenteec73ea3b6b68dd4e6467e9f24cb61341eef5802
Patch from Colin Watson: we were sometimes passing stack storage to putenv(),
which is Bad (in his case, it caused TERM to end up unset). Use malloc()'d
storage instead.

[originally from svn r6095]
unix/uxpty.c