]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Get rid of the fixed-size 'hostname' buffer in every port-forwarded
authorSimon Tatham <anakin@pobox.com>
Thu, 11 Jul 2013 17:23:56 +0000 (17:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 11 Jul 2013 17:23:56 +0000 (17:23 +0000)
commitbc2076185e94b4429a3120b4203253e1b492eca7
treedade0c9e086fdbef3b6333dcd3e7643ed93faa68
parent8b6a8b617f0720d8c17cc2a505ca1371286ada58
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.

[originally from svn r9903]
portfwd.c