From: simon Date: Thu, 11 Jul 2013 17:23:56 +0000 (+0000) Subject: Get rid of the fixed-size 'hostname' buffer in every port-forwarded X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/4fba1c1f510d22a19b075195c8943cd933419f4e?hp=4fba1c1f510d22a19b075195c8943cd933419f4e Get rid of the fixed-size 'hostname' buffer in every port-forwarded connection, and replace it with sensible dynamically allocated storage. While I'm at it, get rid of the disgusting dual use between storing an actual hostname and storing an incoming SOCKS request; we now have a separate pointer variable for each. git-svn-id: svn://svn.tartarus.org/sgt/putty@9903 cda61777-01e9-0310-a592-d414129be87e ---