From: jacob Date: Fri, 15 Jul 2005 11:47:28 +0000 (+0000) Subject: Patch from Colin Watson: we were sometimes passing stack storage to putenv(), X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/30d1257c0dadb88f1c3a8c18f11403490ae0dd80?hp=30d1257c0dadb88f1c3a8c18f11403490ae0dd80 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 ---