Patch from Colin Watson: we were sometimes passing stack storage to putenv(),
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 15 Jul 2005 11:47:28 +0000 (11:47 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 15 Jul 2005 11:47:28 +0000 (11:47 +0000)
commit30d1257c0dadb88f1c3a8c18f11403490ae0dd80
treec38194ae5241431ff73a1505442c3decb0340b18
parent9af6afe3b890f550fec7cdffde8ffcfc287dee55
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6095 cda61777-01e9-0310-a592-d414129be87e
unix/uxpty.c